fix(ingress): correct clusterissuer
This commit is contained in:
parent
767499952e
commit
859f572c9c
|
@ -4,7 +4,7 @@
|
||||||
- op: add
|
- op: add
|
||||||
# https://github.com/kubernetes-sigs/kustomize/issues/1439#issuecomment-520614831
|
# https://github.com/kubernetes-sigs/kustomize/issues/1439#issuecomment-520614831
|
||||||
path: /metadata/annotations/cert-manager.io~1cluster-issuer
|
path: /metadata/annotations/cert-manager.io~1cluster-issuer
|
||||||
value: letsencrypt-production
|
value: prod-letsencrypt
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/tls
|
path: /spec/tls
|
||||||
value:
|
value:
|
||||||
|
|
Loading…
Reference in New Issue