We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f659e commit 8bb8a2dCopy full SHA for 8bb8a2d
components/cluster-as-a-service/staging/external-secrets.yaml
@@ -23,7 +23,7 @@ spec:
23
data:
24
aws_access_key_id: "{{ .aws_access_key_id }}"
25
aws_secret_access_key: "{{ .aws_secret_access_key }}"
26
- pullSecret: "{{ ocp_pull_secret }}"
+ pullSecret: "{{ .ocp_pull_secret }}"
27
baseDomain: stage.konfluxeaas.com
28
ssh-privatekey: unused
29
ssh-publickey: unused
0 commit comments