Skip to content

Commit

Permalink
Using user specified secret name instead of capi-cluster-token in AWS…
Browse files Browse the repository at this point in the history
… InfrastructureProvider

Signed-off-by: Archisman <archisman@obmondo.com>
  • Loading branch information
Archisman committed Sep 13, 2024
1 parent 02accf4 commit 9cb20e8
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: capi-cluster-token
name: {{ .Values.provider.aws.secretName }}
namespace: capi-cluster-{{ .Values.global.customerid }}
version: {{ .Values.global.capa.version }}
fetchConfig:
Expand Down

0 comments on commit 9cb20e8

Please sign in to comment.