From f13ee1ba21a250cdbeaeb39258ac7b72b609fd5a Mon Sep 17 00:00:00 2001 From: rock Date: Mon, 7 Sep 2026 17:49:58 -0700 Subject: [PATCH] revert: remove unsupported buildOptions (ArgoCD v3.4.5 doesn't support it) - buildOptions field not available in ArgoCD v3.4.5 - SOPS decryption already handled by repo-server ksops plugin - Revert to simple kustomize config - Portfolio Application can now sync properly --- k8s/argocd/apps/60-applications.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/k8s/argocd/apps/60-applications.yaml b/k8s/argocd/apps/60-applications.yaml index b2c8676..a346d0f 100644 --- a/k8s/argocd/apps/60-applications.yaml +++ b/k8s/argocd/apps/60-applications.yaml @@ -257,9 +257,6 @@ spec: repoURL: https://forgejo.riotpiao.com/rock/riotpiao.com.git targetRevision: main path: infra/portfolio/base - kustomize: - version: v5 - buildOptions: --enable-alpha-plugins destination: server: https://kubernetes.default.svc namespace: portfolio