2. Deploy
Overview
Steps
Step 1: Navigate to the Monitoring Directory
cd deploy-as-code/helm/charts/monitoringStep 2: Preview the Kubernetes Manifests (Dry Run)
helmfile -f monitoring-helmfile.yaml -e <environment> templateStep 3: Review the Differences (Diff)
Step 4: Apply the Changes to the Cluster
Last updated
Was this helpful?