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