refactor(argocd): use letsencrypt-dns-production cert manager clusterissuer for https
This commit is contained in:
parent
60720265b8
commit
290210ca04
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ spec:
|
||||||
issuer:
|
issuer:
|
||||||
group: "cert-manager.io"
|
group: "cert-manager.io"
|
||||||
kind: "ClusterIssuer"
|
kind: "ClusterIssuer"
|
||||||
name: "letsencrypt-production"
|
name: "letsencrypt-dns-production"
|
||||||
configs:
|
configs:
|
||||||
ssh:
|
ssh:
|
||||||
knownHosts: |
|
knownHosts: |
|
||||||
|
|
|
||||||
Reference in a new issue