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