Skip to content

Commit

Permalink
Refactor secrets.yaml to use nested key in meilisearch stringData
Browse files Browse the repository at this point in the history
  • Loading branch information
danielswiatek committed Feb 18, 2024
1 parent c62752b commit 8d3e79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/brahmsee-digital/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ metadata:
name: meilisearch
labels:
{{- include "codeanker.label" . | indent 4 }}
data:
stringData: {{ .Values.app.meilisearch.key }}
stringData:
key: {{ .Values.app.meilisearch.key }}
type: Opaque

0 comments on commit 8d3e79e

Please sign in to comment.