mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/apache] Add missing namespace metadata (#10097)
* [bitnami/apache] Add missing namespace metadata Signed-off-by: Miguel Ruiz <miruiz@vmware.com> * Version bump Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
@@ -2,6 +2,7 @@ apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user