Skip to content

Commit

Permalink
Merge pull request #38 from be99inner/fix/fix-config-and-secret-template
Browse files Browse the repository at this point in the history
fix: fix configmap and secret
  • Loading branch information
wangxiaoyou1993 committed Feb 7, 2024
2 parents 50a9572 + aebe37c commit 1aee829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mageai/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
labels:
{{- include "mageai.labels" . | nindent 4 }}
data:
{{ toYaml .Values.config | indent 2 }}
{{- toYaml .Values.config | nindent 2 }}
{{ end }}
2 changes: 1 addition & 1 deletion charts/mageai/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ metadata:
labels:
{{- include "mageai.labels" . | nindent 4 }}
stringData:
{{ toYaml .Values.secrets | indent 2 }}
{{- toYaml .Values.secrets | nindent 2 }}
{{ end }}

0 comments on commit 1aee829

Please sign in to comment.