diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-15 21:28:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-15 21:28:30 +0200 |
| commit | e5e6a3baa70cab02360779079ed431607ea42f89 (patch) | |
| tree | ac0108766aa7105104269cc3aa21f136807d0243 | |
| parent | 1ce61eccb9d023e6ddb9e0d582ab2afacdf5e40a (diff) | |
fix: scope ignoreDifferences to only tracing-demo-frontend Rollout
| -rw-r--r-- | f3s/argocd-apps/services/tracing-demo.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/f3s/argocd-apps/services/tracing-demo.yaml b/f3s/argocd-apps/services/tracing-demo.yaml index dd43b01..854d209 100644 --- a/f3s/argocd-apps/services/tracing-demo.yaml +++ b/f3s/argocd-apps/services/tracing-demo.yaml @@ -28,13 +28,13 @@ spec: factor: 2 maxDuration: 1m ignoreDifferences: - # Let Argo Rollouts manage Rollout runtime state + # Let Argo Rollouts manage tracing-demo-frontend Rollout runtime state - group: argoproj.io kind: Rollout + name: tracing-demo-frontend + namespace: services jsonPointers: # Ignore template env vars (kubectl patch adds env vars for triggering) - /spec/template/spec/containers/0/env - - /spec/template/spec/containers/1/env - - /spec/template/spec/containers/2/env # Ignore status fields (Argo Rollouts manages these) - /status |
