Skip to content

Commit 6367bb5

Browse files
committed
base64 encode access key id
1 parent 1101ca3 commit 6367bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cryostat/templates/storage_secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ metadata:
77
{{- include "cryostat.labels" $ | nindent 4 }}
88
type: Opaque
99
data:
10-
STORAGE_ACCESS_KEY_ID: cryostat
10+
STORAGE_ACCESS_KEY_ID: {{ b64enc "cryostat" }}
1111
STORAGE_ACCESS_KEY: {{ include "cryostat.objectStorageSecretKey" . }}
1212
{{- end -}}

0 commit comments

Comments
 (0)