Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
helm-charts
/
3cf4b59b1d82c3f49d6d7deacedf3d3a75230323
/
.
/
charts
/
virtual-machine
/
templates
/
secret-bash-profile.yaml
blob: 5e5e34f4cad5e9c413dfd30d18d31e36fcef2510 [
file
] [
log
] [
blame
]
{{
-
if .Values.bashProfile }}
apiVersion:
v1
kind:
Secret
metadata:
name:
{{ .Values.name }}
-
bash
-
profile
type:
Opaque
data:
foo_rc:
{{ .Values.bashProfile }}
{{
-
end }}