Skip to content

Commit

Permalink
Merge pull request #103 from codeanker/development
Browse files Browse the repository at this point in the history
Update secrets.yaml to fix formatting issue
  • Loading branch information
danielswiatek authored Feb 18, 2024
2 parents add2861 + c62752b commit 0820f11
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 @@ -31,11 +31,11 @@ stringData:
apiKey: {{ .Values.app.sendgrid.apiKey }}
---
apiVersion: v1
data:
key: {{ .Values.app.meilisearch.key | b64enc }}
kind: Secret
metadata:
name: meilisearch
labels:
{{- include "codeanker.label" . | indent 4 }}
data:
stringData: {{ .Values.app.meilisearch.key }}
type: Opaque

0 comments on commit 0820f11

Please sign in to comment.