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