Skip to content

Commit

Permalink
Merge pull request 'Using user specified secret name instead of capi-…
Browse files Browse the repository at this point in the history
…cluster-token in AWS InfrastructureProvider' (#410) from fix/capi-cluster-helm-chart into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/410
  • Loading branch information
Klavs Klavsen committed Sep 13, 2024
2 parents 8ec9538 + a4b6de5 commit 436449f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: capi-cluster-{{ .Values.global.customerid }}
spec:
configSecret:
name: {{ .Values.provider.aws.secretName }}
name: {{ .Values.aws.secretName }}
namespace: capi-cluster-{{ .Values.global.customerid }}
version: {{ .Values.global.capa.version }}
fetchConfig:
Expand Down

0 comments on commit 436449f

Please sign in to comment.