Skip to content

Commit

Permalink
fix: strings
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed May 3, 2024
1 parent e25cca8 commit ac651a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pgadmin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ spec:
- name: PGADMIN_DEFAULT_PASSWORD
value: {{ .Values.defaultUser.password }}
- name: PGADMIN_LISTEN_PORT
value: 8080
value: "8080"
- name: PGADMIN_DISABLE_POSTFIX
value: yes
value: "yes"
{{- end }}
securityContext:
runAsUser: 5050
Expand Down

0 comments on commit ac651a3

Please sign in to comment.