Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Preview Manifest Templates
    Generate and preview Kubernetes manifests to see what will be applied.

    Code Block
    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.

    Code Block
    helmfile -f monitoring-helmfile.yaml -e <environment> diff
  3. Apply Changes to Cluster
    Apply the changes to the Kubernetes cluster, updating resources as needed.

    Code Block
    helmfile -f monitoring-helmfile.yaml -e <environment> apply

...

Page Tree
root@parent
spacesDD
startDepth1