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"
|
||||
labels:
|
||||
app: "cloud-image-uploader"
|
||||
data:
|
||||
stringData:
|
||||
{% if env == 'staging' %}
|
||||
secret: "{{stg_azure_secret}}"
|
||||
client_id: "{{stg_azure_client_id}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue