Skip to content

Commit e94a209

Browse files
committed
Rename tls component to cert-manager and consolidate
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 e94a209

File tree

14 files changed

+12
-8
lines changed

14 files changed

+12
-8
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)