Skip to content

Commit

Permalink
Merge pull request #104 from codeanker/development
Browse files Browse the repository at this point in the history
Refactor secrets.yaml to use nested key in meilisearch stringData
  • Loading branch information
danielswiatek authored Feb 18, 2024
2 parents 0820f11 + 8d3e79e commit 1992966
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 1992966

Please sign in to comment.