trying without quotes
This commit is contained in:
parent
43ab1a301b
commit
fbf15f0ff5
|
|
@ -18,8 +18,8 @@ spec:
|
||||||
data:
|
data:
|
||||||
cloud: |
|
cloud: |
|
||||||
[default]
|
[default]
|
||||||
aws_access_key_id='{{ index . "contabo-client-id" }}'
|
aws_access_key_id={{ index . "contabo-client-id" }}
|
||||||
aws_secret_access_key='{{ index . "contabo-client-secret" }}'
|
aws_secret_access_key={{ index . "contabo-client-secret" }}
|
||||||
data:
|
data:
|
||||||
- secretKey: contabo-client-id
|
- secretKey: contabo-client-id
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue