Charts based on FrontMark and new web sites...
| templates | ||
| .gitignore | ||
| .sops.yaml | ||
| Chart.yaml | ||
| ia64.values.yaml | ||
| oldcos2000.values.yaml | ||
| README.md | ||
| sigmax.values.yaml | ||
| values.yaml | ||
Centralized site chart
This repository uses one Helm chart in site/ and one SOPS-encrypted values file per site.
Render a site with decrypted values:
helm template sigmax ./site -f <(sops -d sigmax.values.yaml)
helm template oldcos2000 ./site -f <(sops -d oldcos2000.values.yaml)
helm template ia64 ./site -f <(sops -d ia64.values.yaml)
Install or upgrade follows the same pattern:
helm upgrade --install sigmax ./site -f <(sops -d sigmax.values.yaml)
Edit encrypted values with:
sops sigmax.values.yaml