Difference between revisions of "Helm template"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[[helm template --help]] | [[helm template --help]] | ||
+ | |||
+ | helm template \ | ||
+ | --namespace YourEnv \ | ||
+ | --set registryBase=${ECR_BASE} \ | ||
+ | --set imageTag=${IMAGE_TAG} \ | ||
+ | --set gitVersion="manual" \ | ||
+ | --set gitBranch=yourenv \ | ||
+ | --set secrets.frontApi.dbUrl=${API_DB_URL} \ | ||
+ | --set secrets.riskApi.dbUrl=${RISK_DB_URL} \ | ||
+ | -f ./values_aws.yaml -f /tmp/your_decrypted_secrets.yaml ./path/to/file --name backup | [[kubectl --namespace]] YourEnv apply [[--dry-run]] -f - | ||
+ | |||
Revision as of 10:10, 30 June 2022
helm template [NAME] [CHART] [flags]
helm template Error: chart is required
helm template --help
helm template \ --namespace YourEnv \ --set registryBase=${ECR_BASE} \ --set imageTag=${IMAGE_TAG} \ --set gitVersion="manual" \ --set gitBranch=yourenv \ --set secrets.frontApi.dbUrl=${API_DB_URL} \ --set secrets.riskApi.dbUrl=${RISK_DB_URL} \ -f ./values_aws.yaml -f /tmp/your_decrypted_secrets.yaml ./path/to/file --name backup | kubectl --namespace YourEnv apply --dry-run -f -
See also
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull | push
|status | history | plugin
|search | upgrade | delete | lint | test | package | dependency | get | rollback | version | --help]
,helm@2
, Chart file structure, Helm Charts,values.yaml, chart.yaml
, Helm functions, Helm versions,helmfile
Deprecated:init
, variables, Mapkubeapis, .helmignore
Advertising: