blob: 15d3b2846ce649011d28665a174cb4f2bab530f5 [file] [log] [blame]
Giorgi Lekveishvili4ec4c022024-08-17 15:09:24 +04001apiVersion: v1
2kind: Namespace
3metadata:
Giorgi Lekveishvili10e76cc2024-09-09 19:19:09 +04004 name: {{ .Values.name }}
Giorgi Lekveishvili4ec4c022024-08-17 15:09:24 +04005 labels:
6 {{ range .Values.labels }}
7 {{ . }}
8 {{ end }}
9 # annotations:
10 # helm.sh/resource-policy: keep
11