Files
devops-infra-helm-charts-gcp/helm-templates/kyverno-3.8.1/charts/reports-server/templates/namespace.yaml
T
2026-08-26 03:39:42 +05:30

7 lines
125 B
YAML

{{- if .Values.templating.enabled -}}
apiVersion: v1
kind: Namespace
metadata:
name: {{ $.Release.Namespace }}
{{- end -}}