Skip to content

Commit 5690d4b

Browse files
authored
Rename tls component to cert-manager and consolidate (#2060)
This renames the tls component to cert-manager to reflect what it really is. A kustomization.yaml file is added to cert-manager to make it behave as a single component. This will make it easier to manage this component, and allow for easier future replacement. This is part of the feature-gated API functionality. Signed-off-by: Todd Short <tshort@redhat.com>
1 parent c322aaa commit 5690d4b

File tree

16 files changed

+16
-12
lines changed

16 files changed

+16
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: kustomize.config.k8s.io/v1alpha1
2+
kind: Component
3+
# No namespace is specified here, otherwise, it will overwrite _all_ the other namespaces!
4+
components:
5+
- catalogd
6+
- operator-controller
7+
# ca must be last, other components will overwrite the namespace
8+
- ca
File renamed without changes.

0 commit comments

Comments
 (0)