| commit | b6c91f0752c4dcb09ea921371d74eac5abf3e298 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Sep 11 13:47:48 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Sep 11 13:47:48 2024 +0400 |
| tree | 0747a4aeeb43fbf06cb850e375911e56833b581b | |
| parent | 1c9e61e8e2d92e77ebfe1e5b236ed46c833671e0 [diff] |
update
diff --git a/charts/secret/templates/install.yaml b/charts/secret/templates/install.yaml new file mode 100644 index 0000000..62eb096 --- /dev/null +++ b/charts/secret/templates/install.yaml
@@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Secret +metadata: + name: {{ .Values.name }} + {{- if .Values.keep }} + helm.sh/resource-policy: keep + {{- end }} +data: + {{ .Values.key }}: {{ .Values.value }}