Skip to content

Commit 8bb8a2d

Browse files
authored
Fix staging ExternalSecret for cluster-as-a-service (#4235)
Signed-off-by: Alex Misstear <[email protected]>
1 parent e4f659e commit 8bb8a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cluster-as-a-service/staging/external-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
data:
2424
aws_access_key_id: "{{ .aws_access_key_id }}"
2525
aws_secret_access_key: "{{ .aws_secret_access_key }}"
26-
pullSecret: "{{ ocp_pull_secret }}"
26+
pullSecret: "{{ .ocp_pull_secret }}"
2727
baseDomain: stage.konfluxeaas.com
2828
ssh-privatekey: unused
2929
ssh-publickey: unused

0 commit comments

Comments
 (0)