fix(argo-cd): remove secretName for server and applicationSet Certificates (#2741)
* Remove Certificate's secretName because expected names by server and applicationset are static Signed-off-by: Erwan Vallienne <erwan@fgtech.fr> * Apply suggestions from code review Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com> * Fix lint Signed-off-by: Erwan Vallienne <erwan@fgtech.fr> --------- Signed-off-by: Erwan Vallienne <erwan@fgtech.fr> Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com> Signed-off-by: Erwan Vallienne <135604788+erwanval@users.noreply.github.com> Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
e34b45b3ea
commit
b0d4648471
5 changed files with 7 additions and 11 deletions
|
|
@ -1990,8 +1990,6 @@ server:
|
|||
certificate:
|
||||
# -- Deploy a Certificate resource (requires cert-manager)
|
||||
enabled: false
|
||||
# -- The name of the Secret that will be automatically created and managed by this Certificate resource
|
||||
secretName: argocd-server-tls
|
||||
# -- Certificate primary domain (commonName)
|
||||
# @default -- `""` (defaults to global.domain)
|
||||
domain: ""
|
||||
|
|
@ -2998,8 +2996,6 @@ applicationSet:
|
|||
certificate:
|
||||
# -- Deploy a Certificate resource (requires cert-manager)
|
||||
enabled: false
|
||||
# -- The name of the Secret that will be automatically created and managed by this Certificate resource
|
||||
secretName: argocd-applicationset-controller-tls
|
||||
# -- Certificate primary domain (commonName)
|
||||
# @default -- `""` (defaults to global.domain)
|
||||
domain: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue