fix(argo-cd): Fix required cluster credentials name (#3136)
* fix required cluster credential name Signed-off-by: atgane <hyper201286@gmail.com> * fix Signed-off-by: atgane <hyper201286@gmail.com> * update changelog & docs Signed-off-by: atgane <hyper201286@gmail.com> * chore: Drop unnecessary docs inside README.md and README.md.gotmpl Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> --------- Signed-off-by: atgane <hyper201286@gmail.com> Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
d75b9d35a3
commit
2685b861d2
2 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ stringData:
|
|||
{{- if $cluster_value.shard }}
|
||||
shard: {{ $cluster_value.shard | quote }}
|
||||
{{- end }}
|
||||
name: {{ required "A valid .Values.configs.clusterCredentials.CLUSTERNAME.name entry is required!" $cluster_key }}
|
||||
name: {{ $cluster_key }}
|
||||
server: {{ required "A valid .Values.configs.clusterCredentials.CLUSTERNAME.server entry is required!" $cluster_value.server }}
|
||||
{{- if $cluster_value.namespaces }}
|
||||
namespaces: {{ $cluster_value.namespaces }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue