Skip to content

Commit 987039b

Browse files
committed
fix: revert certificate name in openshift-config to avoid conflict
1 parent db6f858 commit 987039b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

operators/cert-manager/wildcard-certificate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ spec:
1919
# Renew 30 days before expiry
2020
renewBefore: 720h
2121
---
22-
# Wildcard certificate for *.apps.makeitwork.cloud (Copy for openshift-config)
23-
# Required because OpenShift config resources cannot reference secrets in other namespaces
22+
# Wildcard certificate for *.apps.makeitwork.cloud
23+
# Created in openshift-config for use by componentRoutes (console, oauth)
2424
apiVersion: cert-manager.io/v1
2525
kind: Certificate
2626
metadata:
27-
name: wildcard-apps-makeitwork-cloud-config
27+
name: wildcard-apps-makeitwork-cloud
2828
namespace: openshift-config
2929
annotations:
3030
argocd.argoproj.io/sync-wave: "3"

0 commit comments

Comments
 (0)