| commit | 7527b7d24c22ea0a398d5e5546acdc4450e21683 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri Dec 03 15:55:00 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri Dec 03 15:55:00 2021 +0400 |
| tree | 1586756a14d28f1ec64d2cbd2ba63dfb41a4a922 | |
| parent | 7fc15e7f3ceb8abd9da1f0baf433c362ce029fdf [diff] |
installer: keep namespaces on delete
diff --git a/charts/namespaces/templates/namespace.yaml b/charts/namespaces/templates/namespace.yaml index af19d22..3d1aa32 100644 --- a/charts/namespaces/templates/namespace.yaml +++ b/charts/namespaces/templates/namespace.yaml
@@ -7,5 +7,7 @@ name: {{ $prefix }}{{ . }} labels: pcloud-instance-id: {{ $id }} + annotations: + helm.sh/resource-policy: keep --- {{ end }}