From ac08ebac84218e6674c82d5c2b3c3179b4f3abfe Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 28 Jun 2024 16:42:58 -0800 Subject: [PATCH] set letsencrypt name to letsencrypt-staging --- clusters/production/infrastructure.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/production/infrastructure.yaml b/clusters/production/infrastructure.yaml index 3d52ad8..51b0232 100644 --- a/clusters/production/infrastructure.yaml +++ b/clusters/production/infrastructure.yaml @@ -43,6 +43,13 @@ spec: - op: replace path: /spec/acme/privateKeySecretRef/name value: letsencrypt-staging + target: + kind: ClusterIssuer + name: letsencrypt + - patch: | + - op: replace + path: /metadata/name + value: letsencrypt-staging target: kind: ClusterIssuer name: letsencrypt \ No newline at end of file