Skip to content

Commit

Permalink
fix secrets template (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys authored Jan 9, 2024
1 parent 68730de commit c57d7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fiberplane-daemon/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
{{- include "fiberplane-daemon.labels" . | nindent 4 }}
type: Opaque
data:
fpd-token: {{ required "fiberplane.fpd_token in values.yaml is required!" .Values.fiberplane.fpd_token | b64enc | quote }}
fpd_token: {{ required "fiberplane.fpd_token in values.yaml is required!" .Values.fiberplane.fpd_token | b64enc | quote }}

0 comments on commit c57d7c7

Please sign in to comment.