There was an error while loading. Please reload this page.
1 parent 992c615 commit 8bcd2d3Copy full SHA for 8bcd2d3
1 file changed
charts/graylog/templates/config/secret/datanode.yaml
@@ -7,5 +7,9 @@ metadata:
7
annotations:
8
{{- include "graylog.annotations" . | nindent 4 }}
9
data:
10
- GRAYLOG_DATANODE_S3_CLIENT_DEFAULT_SECRET_KEY: {{ .Values.datanode.config.s3ClientDefaultSecretKey | b64enc }}
11
- GRAYLOG_DATANODE_S3_CLIENT_DEFAULT_ACCESS_KEY: {{ .Values.datanode.config.s3ClientDefaultAccessKey | b64enc }}
+ {{- with .Values.datanode.config.s3ClientDefaultSecretKey }}
+ GRAYLOG_DATANODE_S3_CLIENT_DEFAULT_SECRET_KEY: {{ . | b64enc }}
12
+ {{- end }}
13
+ {{- with .Values.datanode.config.s3ClientDefaultAccessKey }}
14
+ GRAYLOG_DATANODE_S3_CLIENT_DEFAULT_ACCESS_KEY: {{ . | b64enc }}
15
0 commit comments