Skip to content
Snippets Groups Projects
Commit 9817a8c0 authored by Lars Seipel's avatar Lars Seipel
Browse files

charts: add explicit type conversion to prevent interpretation as int

parent 3f317e4b
No related branches found
No related tags found
No related merge requests found
Pipeline #134424 passed
......@@ -7,7 +7,7 @@ metadata:
{{- include "geoip-fetcher.labels" . | nindent 4 }}
data:
GEO_BUCKET_NAME: {{ .Values.bucketName | b64enc | quote }}
GEOIP_ACCOUNT_ID: {{ .Values.geoipAccountId | b64enc | quote }}
GEOIP_ACCOUNT_ID: {{ .Values.geoipAccountId | toString | b64enc | quote }}
GEOIP_LICENSE_KEY: {{ .Values.geoipLicenseKey | b64enc | quote }}
AWS_ACCESS_KEY_ID: {{ .Values.awsAccessKeyId | b64enc | quote }}
AWS_SECRET_ACCESS_KEY: {{ .Values.awsSecretAccessKey | b64enc | quote }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment