Skip to content

Commit

Permalink
fix(cdl): fix minio user info keys
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Nov 15, 2024
1 parent 2b2ab83 commit 0dabd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/data-pond/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/data-pond/templates/secret.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ metadata:
labels:
{{- include "data-pond.labels" . | nindent 4 }}
stringData:
"{{ .Values.secret.ref.mapAccessKey }}":
CONSOLE_ACCESS_KEY:
{{- toYaml .Values.secret.value.accessKey | nindent 4 }}
"{{ .Values.secret.ref.mapSecretKey }}":
CONSOLE_SECRET_KEY:
{{- toYaml .Values.secret.value.secretKey | nindent 4 }}
{{- end }}

0 comments on commit 0dabd82

Please sign in to comment.