| commit | ef13bbf632b6bf364fb3d187269004ebc70c99ed | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Sep 05 16:11:05 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Sep 05 16:11:05 2024 +0400 |
| tree | df4af0fb8ab3a62676de646659e6aaf1924030a8 | |
| parent | 4f27a0f1cb97fea0d40c8f4cfa682353acc5a4ba [diff] [blame] |
update
diff --git a/charts/virtual-machine/templates/secret-bash-profile.yaml b/charts/virtual-machine/templates/secret-bash-profile.yaml new file mode 100644 index 0000000..5e5e34f --- /dev/null +++ b/charts/virtual-machine/templates/secret-bash-profile.yaml
@@ -0,0 +1,9 @@ +{{- if .Values.bashProfile }} +apiVersion: v1 +kind: Secret +metadata: + name: {{ .Values.name }}-bash-profile +type: Opaque +data: + foo_rc: {{ .Values.bashProfile }} +{{- end }}