| commit | 045c2b93e9ff64cded9d5cf5db1f31f50966453b | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Sun Jun 18 22:45:44 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Sun Jun 18 22:45:44 2023 +0400 |
| tree | 7dcdaf7f769ff0fab1f4be7867ffce4cb3bf78e7 | |
| parent | b59a23b9b2675ccc1232079742b5376bfde01a1c [diff] |
charts: namespaces make id optional
diff --git a/charts/namespaces/templates/namespace.yaml b/charts/namespaces/templates/namespace.yaml index 3d1aa32..c7dfeb8 100644 --- a/charts/namespaces/templates/namespace.yaml +++ b/charts/namespaces/templates/namespace.yaml
@@ -5,8 +5,10 @@ kind: Namespace metadata: name: {{ $prefix }}{{ . }} + {{ if $id }} labels: pcloud-instance-id: {{ $id }} + {{ end }} annotations: helm.sh/resource-policy: keep ---