From 99bd163f0b252fc8dfb1b365e3fe0ed1833ec3bb Mon Sep 17 00:00:00 2001 From: rock Date: Mon, 7 Sep 2026 17:47:03 -0700 Subject: [PATCH] fix: enable ksops plugin for portfolio Application - Add kustomize config with --enable-alpha-plugins to support ksops - Allows ArgoCD to properly decrypt SOPS-encrypted files - Fixes Image Updater compatibility with sops field in kustomization.yaml --- k8s/argocd/apps/60-applications.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/k8s/argocd/apps/60-applications.yaml b/k8s/argocd/apps/60-applications.yaml index a346d0f..b2c8676 100644 --- a/k8s/argocd/apps/60-applications.yaml +++ b/k8s/argocd/apps/60-applications.yaml @@ -257,6 +257,9 @@ 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