Skip to content

Instantly share code, notes, and snippets.

@loganmzz
Created July 15, 2021 08:22
Show Gist options
  • Save loganmzz/0311ac84e7e8a1e0dd55c1eff1ac0f5f to your computer and use it in GitHub Desktop.
Save loganmzz/0311ac84e7e8a1e0dd55c1eff1ac0f5f to your computer and use it in GitHub Desktop.
Name: demo
Version: 0.0.1
#!/usr/bin/env bash
basedir="$(cd "$(dirname "${BASH_SOURCE}")" >/dev/null; pwd)" || exit 1
helm template 'demo' "${basedir}"
# To be dropped in `/templates/`
env:
{{- range .Values.service.environment }}
- {{ . | quote }}
{{- end }}
service:
environment:
- PASSWORD="{bcrypt}$2a$04$WQsYXSBcO1/7E9bevWX3.Gxv2V6ZfYx93lm9.4Tje"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment