Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Preview Manifest Templates
    Generate and preview Kubernetes manifests to see what will be applied.

    helmfile -f monitoring-helmfile.yaml -e <environment> template
  2. Compare 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> diff
  3. Apply Changes to Cluster
    Apply the changes to the Kubernetes cluster, updating resources as needed.

    helmfile -f monitoring-helmfile.yaml -e <environment> apply
  • No labels