| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 1 | apiVersion: v1 |
| 2 | kind: Namespace | ||||
| 3 | metadata: | ||||
| Giorgi Lekveishvili | 10e76cc | 2024-09-09 19:19:09 +0400 | [diff] [blame] | 4 | name: {{ .Values.name }} |
| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 5 | labels: |
| 6 | {{ range .Values.labels }} | ||||
| 7 | {{ . }} | ||||
| 8 | {{ end }} | ||||
| 9 | # annotations: | ||||
| 10 | # helm.sh/resource-policy: keep | ||||
| 11 | |||||