Skip to content

Commit

Permalink
fix: emqx secret key name typo (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Nov 7, 2024
2 parents 26aee1f + 36cb540 commit 3b36c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/templates/emqx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ type: Opaque
data:
EMQX_DASHBOARD__DEFAULT_PASSWORD: {{ "topSecret" | b64enc | quote }}
api-key-name: {{ "flowfuse" | b64enc | quote }}
apit-key-secret: {{ "verySecret" | b64enc | quote }}
api-key-secret: {{ "verySecret" | b64enc | quote }}
---
{{- end }}
apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit 3b36c19

Please sign in to comment.