Skip to content

Commit aab9b0a

Browse files
authored
chart ui: fix target namespace to allow '*' (zalando#1082)
1 parent ece341d commit aab9b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/postgres-operator-ui/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- name: "RESOURCES_VISIBLE"
4747
value: "{{ .Values.envs.resourcesVisible }}"
4848
- name: "TARGET_NAMESPACE"
49-
value: {{ .Values.envs.targetNamespace }}
49+
value: "{{ .Values.envs.targetNamespace }}"
5050
- name: "TEAMS"
5151
value: |-
5252
[

0 commit comments

Comments
 (0)