fix(argo-cd): Fix duplicate secret name (#755)
Signed-off-by: Atze de Vries <devries@zorgdomein.nl>
This commit is contained in:
parent
44c15c834e
commit
f6069848f5
3 changed files with 4 additions and 4 deletions
|
|
@ -561,7 +561,7 @@ server:
|
|||
# servicePort: use-annotation
|
||||
tls:
|
||||
[]
|
||||
# - secretName: argocd-example-tls
|
||||
# - secretName: argocd-tls-certificate
|
||||
# hosts:
|
||||
# - argocd.example.com
|
||||
https: false
|
||||
|
|
@ -590,7 +590,7 @@ server:
|
|||
# servicePort: use-annotation
|
||||
tls:
|
||||
[]
|
||||
# - secretName: argocd-example-tls
|
||||
# - secretName: argocd-tls-certificate
|
||||
# hosts:
|
||||
# - argocd.example.com
|
||||
https: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue