From 68a675da3ae43ce751ecc4b0801236a46f8724f1 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Tue, 21 Apr 2026 06:29:43 +0000 Subject: [PATCH] fix: remove ignoreDifferences on Secrets for beta and paper ArgoCD apps --- pipelines/argocd/apps/stonks-beta.yaml | 8 -------- pipelines/argocd/apps/stonks-paper.yaml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/pipelines/argocd/apps/stonks-beta.yaml b/pipelines/argocd/apps/stonks-beta.yaml index 857451f..4d280ce 100644 --- a/pipelines/argocd/apps/stonks-beta.yaml +++ b/pipelines/argocd/apps/stonks-beta.yaml @@ -24,11 +24,3 @@ spec: automated: prune: true selfHeal: true - syncOptions: - - RespectIgnoreDifferences=true - ignoreDifferences: - - group: "" - kind: Secret - jsonPointers: - - /data - - /stringData diff --git a/pipelines/argocd/apps/stonks-paper.yaml b/pipelines/argocd/apps/stonks-paper.yaml index b42e4d7..76f87c9 100644 --- a/pipelines/argocd/apps/stonks-paper.yaml +++ b/pipelines/argocd/apps/stonks-paper.yaml @@ -24,11 +24,3 @@ spec: automated: prune: true selfHeal: true - syncOptions: - - RespectIgnoreDifferences=true - ignoreDifferences: - - group: "" - kind: Secret - jsonPointers: - - /data - - /stringData