Skip to content

Commit

Permalink
fix: Change the way of handling EMQX secrets object (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Oct 31, 2024
2 parents af5d502 + bba7295 commit a963b56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm/flowforge/templates/emqx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ metadata:
type: Opaque
data:
EMQX_DASHBOARD__DEFAULT_PASSWORD: {{ "topSecret" | b64enc | quote }}
api-keys: |
{{ "flowfuse:verySecret:administrator" | b64enc | quote }}
api-keys: {{ "flowfuse:verySecret:administrator" | b64enc | quote }}
---
{{- end }}
apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit a963b56

Please sign in to comment.