cloud-image-uploader: use stringData instead of data
I mis-read the docs and data needs to be base64 encoded, stringData will handle it for you.
This commit is contained in:
parent
cf9b6065db
commit
30b24d38ef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: "azure-credentials"
|
name: "azure-credentials"
|
||||||
labels:
|
labels:
|
||||||
app: "cloud-image-uploader"
|
app: "cloud-image-uploader"
|
||||||
data:
|
stringData:
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
secret: "{{stg_azure_secret}}"
|
secret: "{{stg_azure_secret}}"
|
||||||
client_id: "{{stg_azure_client_id}}"
|
client_id: "{{stg_azure_client_id}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue