Checkout to working directory
Code Block language bash cd deploy-as-code/helm/charts/monitoring
Preview Manifest Templates
Generate and preview Kubernetes manifests to see what will be applied.Code Block language bash helmfile -f monitoring-helmfile.yaml -e <environment> template
Compare Current and Desired State
Compare the current state with the new changes to see what will be modified.Code Block language bash helmfile -f monitoring-helmfile.yaml -e <environment> diff
Apply Changes to Cluster
Apply the changes to the Kubernetes cluster, updating resources as needed.Code Block language bash helmfile -f monitoring-helmfile.yaml -e <environment> apply
Info |
---|
In above commands use the environment as set in monitoring-helmfile.yaml, in this case it’ll be “demo“. |
...
Page Tree | ||||||
---|---|---|---|---|---|---|
|
...