[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:
Miguel Ruiz
2022-05-11 08:51:11 +02:00
committed by GitHub
parent f3e3fe9310
commit b7953e1646
5 changed files with 5 additions and 1 deletions

View File

@@ -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 }}