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:
Jeremy Cline 2024-04-09 19:13:57 -04:00
parent cf9b6065db
commit 30b24d38ef
No known key found for this signature in database

View file

@ -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}}"