Skip to content

Commit 76b5297

Browse files
authored
Merge pull request #906 from WaywardWizard/#864-helm-loki-clusteroutput
#864 helm loki clusteroutput
2 parents cffcb2b + 9f810cc commit 76b5297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/fluent-operator/templates/fluentbit-output-loki.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ When these keys are objects, they specify a secret to use generated elsewhere, a
1515
{{ range $k, $v := dict $userSecret .httpUser $passSecret .httpPassword $tenantIDSecret .tenantID -}}
1616
{{ if kindIs "string" $v -}}
1717
---
18-
secretapiVersion: v1
18+
apiVersion: v1
1919
kind: Secret
2020
metadata:
2121
name: {{ $k |quote }}
2222
type: Opaque
2323
data:
24-
value: {{ $v | quote }}
24+
value: {{ $v | b64enc | quote }}
2525
{{ end -}}
2626
{{ end -}}
2727

@@ -117,4 +117,4 @@ spec:
117117
{{- end }}
118118
{{- end }}
119119
{{- end }}
120-
{{- end }}
120+
{{- end }}

0 commit comments

Comments
 (0)