Skip to content

Commit

Permalink
Merge branch 'main' into alloy-addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Aug 28, 2024
2 parents 0e30200 + 9323d4e commit 0beb5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pepr/uds-operator-config/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "uds-operator-config.labels" . | nindent 4 }}
type: Opaque
data:
stringData:
{{- range $key, $value := .Values.operator }}
{{ $key }}: {{ $value | b64enc | quote }}
{{ $key }}: {{ $value | quote }}
{{- end }}

0 comments on commit 0beb5e0

Please sign in to comment.