blob: 5e5e34f4cad5e9c413dfd30d18d31e36fcef2510 [file] [log] [blame]
Giorgi Lekveishvilief13bbf2024-09-05 16:11:05 +04001{{- if .Values.bashProfile }}
2apiVersion: v1
3kind: Secret
4metadata:
5 name: {{ .Values.name }}-bash-profile
6type: Opaque
7data:
8 foo_rc: {{ .Values.bashProfile }}
9{{- end }}