Skip to content

Commit

Permalink
chore: added PGAPPNAME environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzanmorr committed Dec 26, 2023
1 parent 739ed49 commit 612fa2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/templates/mapproxinator-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ data:
DB_SSL_PATH_CA: {{ .Values.mapproxinator.env.ssl.CA_FILE_LOCATION }}
DB_SSL_PATH_KEY: {{ .Values.mapproxinator.env.ssl.KEY_FILE_LOCATION }}
DB_SSL_PATH_CERT: {{ .Values.mapproxinator.env.ssl.CERT_FILE_LOCATION }}
PGAPPNAME: {{ $chartName }}
{{- end }}

0 comments on commit 612fa2a

Please sign in to comment.