Skip to content

Commit 8deec83

Browse files
authored
[bitnami/ghost] Add missing namespace metadata (#10124)
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
1 parent 950a6a9 commit 8deec83

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bitnami/ghost/templates/networkpolicy-backend-ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }}
33
kind: NetworkPolicy
44
metadata:
55
name: {{ printf "%s-backend" (include "common.names.fullname" .) }}
6+
namespace: {{ .Release.Namespace | quote }}
67
labels: {{- include "common.labels.standard" . | nindent 4 }}
78
{{- if .Values.commonLabels }}
89
{{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 4 }}

bitnami/ghost/templates/networkpolicy-egress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }}
33
kind: NetworkPolicy
44
metadata:
55
name: {{ printf "%s-egress" (include "common.names.fullname" .) }}
6+
namespace: {{ .Release.Namespace | quote }}
67
labels: {{- include "common.labels.standard" . | nindent 4 }}
78
{{- if .Values.commonLabels }}
89
{{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 4 }}

bitnami/ghost/templates/networkpolicy-ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }}
33
kind: NetworkPolicy
44
metadata:
55
name: {{ printf "%s-ingress" (include "common.names.fullname" .) }}
6+
namespace: {{ .Release.Namespace | quote }}
67
labels: {{- include "common.labels.standard" . | nindent 4 }}
78
{{- if .Values.commonLabels }}
89
{{- include "common.tplvalues.render" (dict "value" .Values.commonLabels "context" $) | nindent 4 }}

0 commit comments

Comments
 (0)