We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6f858 commit 987039bCopy full SHA for 987039b
1 file changed
operators/cert-manager/wildcard-certificate.yaml
@@ -19,12 +19,12 @@ spec:
19
# Renew 30 days before expiry
20
renewBefore: 720h
21
---
22
-# Wildcard certificate for *.apps.makeitwork.cloud (Copy for openshift-config)
23
-# Required because OpenShift config resources cannot reference secrets in other namespaces
+# Wildcard certificate for *.apps.makeitwork.cloud
+# Created in openshift-config for use by componentRoutes (console, oauth)
24
apiVersion: cert-manager.io/v1
25
kind: Certificate
26
metadata:
27
- name: wildcard-apps-makeitwork-cloud-config
+ name: wildcard-apps-makeitwork-cloud
28
namespace: openshift-config
29
annotations:
30
argocd.argoproj.io/sync-wave: "3"
0 commit comments