Skip to content

Commit

Permalink
bugfix: chart yearning, a MySQL / PostgreSQL Audit tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Jun 25, 2024
1 parent 1210d41 commit b4d9582
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/yearning/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
version: 0.1.0
version: 0.1.1
5 changes: 4 additions & 1 deletion charts/yearning/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ spec:
- "/opt/Yearning init && /opt/Yearning run"
{{- if (hasKey .Values.pod.envs "MYSQL_ADDR") }}
env:
{{- toYaml .Values.pod.envs | nindent 12 }}
{{- range $i, $value := .Values.pod.envs }}
- name: {{ $i }}
value: {{ $value | quote }}
{{- end }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit b4d9582

Please sign in to comment.