Skip to content

Commit

Permalink
fix: namespace value
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed May 3, 2024
1 parent 8f342fb commit cdf6010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pgadmin/templates/kyverno.policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
apiVersion: v1
kind: Secret
name: pgadmin-servers
namespace: "{{`{{`}}request.namespace{{`}}`}}"
namespace: "{{ or .Values.namespace .Values.global.namespace .Release.namespace }}"
data:
stringData:
servers: |
Expand Down
1 change: 1 addition & 0 deletions charts/pgadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ image:
repository: "dpage/pgadmin4"
tag: "8.5"
pullPolicy: "Always"
namespace:
defaultUser:
email: admin@example.org
password: password
Expand Down

0 comments on commit cdf6010

Please sign in to comment.