2. Deploy Stack
Checkout to working directory
cd deploy-as-code/helm/charts/monitoringPreview Manifest Templates Generate and preview Kubernetes manifests to see what will be applied.
helmfile -f monitoring-helmfile.yaml -e <environment> templateCompare Current and Desired State Compare the current state with the new changes to see what will be modified.
helmfile -f monitoring-helmfile.yaml -e <environment> diffApply Changes to Cluster Apply the changes to the Kubernetes cluster, updating resources as needed.
helmfile -f monitoring-helmfile.yaml -e <environment> apply
Last updated
Was this helpful?