From 8d8b3fc8218a331eb909ffcf5c2cb9a0ac37c8c9 Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 15 May 2026 15:28:53 -0300 Subject: [PATCH] flux: avoid child kustomization apply churn --- .../atlas/flux-system/applications/ai-llm/kustomization.yaml | 2 ++ .../applications/bstein-dev-home-migrations/kustomization.yaml | 2 ++ .../flux-system/applications/bstein-dev-home/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/comms/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/crypto/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/finance/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/gitea/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/harbor/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/health/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/jellyfin/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/jenkins/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/keycloak/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/mailu/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/monerod/kustomization.yaml | 2 ++ .../applications/nextcloud-mail-sync/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/nextcloud/kustomization.yaml | 2 ++ .../flux-system/applications/oauth2-proxy/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/openldap/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/outline/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/pegasus/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/planka/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/quality/kustomization.yaml | 2 ++ .../flux-system/applications/sui-metrics/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/typhon/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/vault/kustomization.yaml | 2 ++ .../flux-system/applications/vaultwarden/kustomization.yaml | 2 ++ .../applications/wallet-monero-temp/kustomization.yaml | 2 ++ .../atlas/flux-system/applications/xmr-miner/kustomization.yaml | 2 ++ .../platform/cert-manager-cleanup/kustomization.yaml | 2 ++ .../atlas/flux-system/platform/cert-manager/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/core/kustomization.yaml | 2 ++ .../atlas/flux-system/platform/gitops-ui/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/helm/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/logging/kustomization.yaml | 2 ++ .../flux-system/platform/longhorn-adopt/kustomization.yaml | 2 ++ .../atlas/flux-system/platform/longhorn-ui/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/longhorn/kustomization.yaml | 2 ++ .../atlas/flux-system/platform/maintenance/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/metallb/kustomization.yaml | 2 ++ .../atlas/flux-system/platform/monitoring/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/postgres/kustomization.yaml | 2 ++ clusters/atlas/flux-system/platform/traefik/kustomization.yaml | 2 ++ .../atlas/flux-system/platform/vault-csi/kustomization.yaml | 2 ++ .../flux-system/platform/vault-injector/kustomization.yaml | 2 ++ 44 files changed, 88 insertions(+) diff --git a/clusters/atlas/flux-system/applications/ai-llm/kustomization.yaml b/clusters/atlas/flux-system/applications/ai-llm/kustomization.yaml index 3572a6c3..53bd56b4 100644 --- a/clusters/atlas/flux-system/applications/ai-llm/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/ai-llm/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: ai-llm namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/ai-llm diff --git a/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml b/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml index ff97f73b..396a1a5b 100644 --- a/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/bstein-dev-home-migrations/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: bstein-dev-home-migrations namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/bstein-dev-home/oneoffs/migrations diff --git a/clusters/atlas/flux-system/applications/bstein-dev-home/kustomization.yaml b/clusters/atlas/flux-system/applications/bstein-dev-home/kustomization.yaml index 000eea33..b2f5a5b6 100644 --- a/clusters/atlas/flux-system/applications/bstein-dev-home/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/bstein-dev-home/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: bstein-dev-home namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/bstein-dev-home diff --git a/clusters/atlas/flux-system/applications/comms/kustomization.yaml b/clusters/atlas/flux-system/applications/comms/kustomization.yaml index cde929d6..8be9249d 100644 --- a/clusters/atlas/flux-system/applications/comms/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/comms/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: comms namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m prune: true diff --git a/clusters/atlas/flux-system/applications/crypto/kustomization.yaml b/clusters/atlas/flux-system/applications/crypto/kustomization.yaml index e9309577..eb3cfa36 100644 --- a/clusters/atlas/flux-system/applications/crypto/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/crypto/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: crypto namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/crypto diff --git a/clusters/atlas/flux-system/applications/finance/kustomization.yaml b/clusters/atlas/flux-system/applications/finance/kustomization.yaml index 370e2d12..8cfaff2a 100644 --- a/clusters/atlas/flux-system/applications/finance/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/finance/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: finance namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/finance diff --git a/clusters/atlas/flux-system/applications/gitea/kustomization.yaml b/clusters/atlas/flux-system/applications/gitea/kustomization.yaml index 4761e9d9..502e455e 100644 --- a/clusters/atlas/flux-system/applications/gitea/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/gitea/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: gitea namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/gitea diff --git a/clusters/atlas/flux-system/applications/harbor/kustomization.yaml b/clusters/atlas/flux-system/applications/harbor/kustomization.yaml index 615e8cd6..5bbe2e8f 100644 --- a/clusters/atlas/flux-system/applications/harbor/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/harbor/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: harbor namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/harbor diff --git a/clusters/atlas/flux-system/applications/health/kustomization.yaml b/clusters/atlas/flux-system/applications/health/kustomization.yaml index f4a3d613..2de8703d 100644 --- a/clusters/atlas/flux-system/applications/health/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/health/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: health namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/health diff --git a/clusters/atlas/flux-system/applications/jellyfin/kustomization.yaml b/clusters/atlas/flux-system/applications/jellyfin/kustomization.yaml index dda35d76..d180a7f0 100644 --- a/clusters/atlas/flux-system/applications/jellyfin/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/jellyfin/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: jellyfin namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/jellyfin diff --git a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml index 579cf7a2..eb454c9f 100644 --- a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: jenkins namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/jenkins diff --git a/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml b/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml index 0311f2e9..7c7fc6cd 100644 --- a/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/keycloak/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: keycloak namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m prune: true diff --git a/clusters/atlas/flux-system/applications/mailu/kustomization.yaml b/clusters/atlas/flux-system/applications/mailu/kustomization.yaml index 09db2fd1..5ee54096 100644 --- a/clusters/atlas/flux-system/applications/mailu/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/mailu/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: mailu namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m sourceRef: diff --git a/clusters/atlas/flux-system/applications/monerod/kustomization.yaml b/clusters/atlas/flux-system/applications/monerod/kustomization.yaml index e1cac24c..d5481c94 100644 --- a/clusters/atlas/flux-system/applications/monerod/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/monerod/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: monerod namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/crypto/monerod diff --git a/clusters/atlas/flux-system/applications/nextcloud-mail-sync/kustomization.yaml b/clusters/atlas/flux-system/applications/nextcloud-mail-sync/kustomization.yaml index 1eef5c4c..de5a88f2 100644 --- a/clusters/atlas/flux-system/applications/nextcloud-mail-sync/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/nextcloud-mail-sync/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: nextcloud-mail-sync namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m prune: true diff --git a/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml b/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml index 9bc39c1e..fd09b252 100644 --- a/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: nextcloud namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/nextcloud diff --git a/clusters/atlas/flux-system/applications/oauth2-proxy/kustomization.yaml b/clusters/atlas/flux-system/applications/oauth2-proxy/kustomization.yaml index 187572de..5f640643 100644 --- a/clusters/atlas/flux-system/applications/oauth2-proxy/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/oauth2-proxy/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: oauth2-proxy namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m prune: true diff --git a/clusters/atlas/flux-system/applications/openldap/kustomization.yaml b/clusters/atlas/flux-system/applications/openldap/kustomization.yaml index d4657c05..3144983e 100644 --- a/clusters/atlas/flux-system/applications/openldap/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/openldap/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: openldap namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m prune: true diff --git a/clusters/atlas/flux-system/applications/outline/kustomization.yaml b/clusters/atlas/flux-system/applications/outline/kustomization.yaml index 429d0933..4ad78bc5 100644 --- a/clusters/atlas/flux-system/applications/outline/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/outline/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: outline namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/outline diff --git a/clusters/atlas/flux-system/applications/pegasus/kustomization.yaml b/clusters/atlas/flux-system/applications/pegasus/kustomization.yaml index 21010e78..bae15461 100644 --- a/clusters/atlas/flux-system/applications/pegasus/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/pegasus/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: pegasus namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/pegasus diff --git a/clusters/atlas/flux-system/applications/planka/kustomization.yaml b/clusters/atlas/flux-system/applications/planka/kustomization.yaml index 5219a5d7..c3850def 100644 --- a/clusters/atlas/flux-system/applications/planka/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/planka/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: planka namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/planka diff --git a/clusters/atlas/flux-system/applications/quality/kustomization.yaml b/clusters/atlas/flux-system/applications/quality/kustomization.yaml index fb9e154d..11c3e29d 100644 --- a/clusters/atlas/flux-system/applications/quality/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/quality/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: quality namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/quality diff --git a/clusters/atlas/flux-system/applications/sui-metrics/kustomization.yaml b/clusters/atlas/flux-system/applications/sui-metrics/kustomization.yaml index 4e294bba..d0f642e9 100644 --- a/clusters/atlas/flux-system/applications/sui-metrics/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/sui-metrics/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: sui-metrics namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/sui-metrics/overlays/atlas diff --git a/clusters/atlas/flux-system/applications/typhon/kustomization.yaml b/clusters/atlas/flux-system/applications/typhon/kustomization.yaml index a4b857b1..7bd49945 100644 --- a/clusters/atlas/flux-system/applications/typhon/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/typhon/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: typhon namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/typhon diff --git a/clusters/atlas/flux-system/applications/vault/kustomization.yaml b/clusters/atlas/flux-system/applications/vault/kustomization.yaml index e9ef2a2c..7dd03da8 100644 --- a/clusters/atlas/flux-system/applications/vault/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/vault/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: vault namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m sourceRef: diff --git a/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml b/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml index 783d5e1d..36817599 100644 --- a/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/vaultwarden/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: vaultwarden namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m suspend: false diff --git a/clusters/atlas/flux-system/applications/wallet-monero-temp/kustomization.yaml b/clusters/atlas/flux-system/applications/wallet-monero-temp/kustomization.yaml index 700e17f6..4c84f868 100644 --- a/clusters/atlas/flux-system/applications/wallet-monero-temp/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/wallet-monero-temp/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: wallet-monero-temp namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/crypto/wallet-monero-temp diff --git a/clusters/atlas/flux-system/applications/xmr-miner/kustomization.yaml b/clusters/atlas/flux-system/applications/xmr-miner/kustomization.yaml index 0ce4abde..93e6f1b4 100644 --- a/clusters/atlas/flux-system/applications/xmr-miner/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/xmr-miner/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: xmr-miner namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/crypto/xmr-miner diff --git a/clusters/atlas/flux-system/platform/cert-manager-cleanup/kustomization.yaml b/clusters/atlas/flux-system/platform/cert-manager-cleanup/kustomization.yaml index 230e22a0..018af2cf 100644 --- a/clusters/atlas/flux-system/platform/cert-manager-cleanup/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/cert-manager-cleanup/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: cert-manager-cleanup namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m path: ./infrastructure/cert-manager/cleanup diff --git a/clusters/atlas/flux-system/platform/cert-manager/kustomization.yaml b/clusters/atlas/flux-system/platform/cert-manager/kustomization.yaml index 63469afc..6da50af7 100644 --- a/clusters/atlas/flux-system/platform/cert-manager/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/cert-manager/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: cert-manager namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m path: ./infrastructure/cert-manager diff --git a/clusters/atlas/flux-system/platform/core/kustomization.yaml b/clusters/atlas/flux-system/platform/core/kustomization.yaml index 054ac987..b01192c8 100644 --- a/clusters/atlas/flux-system/platform/core/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/core/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: core namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./infrastructure/core diff --git a/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml b/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml index 9241a4bd..1a4f95c2 100644 --- a/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/gitops-ui/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: gitops-ui namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m timeout: 10m diff --git a/clusters/atlas/flux-system/platform/helm/kustomization.yaml b/clusters/atlas/flux-system/platform/helm/kustomization.yaml index 45a3c7d3..7200f4ec 100644 --- a/clusters/atlas/flux-system/platform/helm/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/helm/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: helm namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m sourceRef: diff --git a/clusters/atlas/flux-system/platform/logging/kustomization.yaml b/clusters/atlas/flux-system/platform/logging/kustomization.yaml index c51eb5e2..8622f2a0 100644 --- a/clusters/atlas/flux-system/platform/logging/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/logging/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: logging namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/logging diff --git a/clusters/atlas/flux-system/platform/longhorn-adopt/kustomization.yaml b/clusters/atlas/flux-system/platform/longhorn-adopt/kustomization.yaml index f568a5ef..ba96a805 100644 --- a/clusters/atlas/flux-system/platform/longhorn-adopt/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/longhorn-adopt/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: longhorn-adopt namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m path: ./infrastructure/longhorn/adopt diff --git a/clusters/atlas/flux-system/platform/longhorn-ui/kustomization.yaml b/clusters/atlas/flux-system/platform/longhorn-ui/kustomization.yaml index 4517728f..e2708dd0 100644 --- a/clusters/atlas/flux-system/platform/longhorn-ui/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/longhorn-ui/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: longhorn-ui namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./infrastructure/longhorn/ui-ingress diff --git a/clusters/atlas/flux-system/platform/longhorn/kustomization.yaml b/clusters/atlas/flux-system/platform/longhorn/kustomization.yaml index 1a51254f..b7ff57e7 100644 --- a/clusters/atlas/flux-system/platform/longhorn/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/longhorn/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: longhorn namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m path: ./infrastructure/longhorn/core diff --git a/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml b/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml index 8477ec98..33581954 100644 --- a/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/maintenance/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: maintenance namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/maintenance diff --git a/clusters/atlas/flux-system/platform/metallb/kustomization.yaml b/clusters/atlas/flux-system/platform/metallb/kustomization.yaml index 98baaff8..18741fe3 100644 --- a/clusters/atlas/flux-system/platform/metallb/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/metallb/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: metallb namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m sourceRef: diff --git a/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml b/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml index 82ad6728..22f4565d 100644 --- a/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: monitoring namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./services/monitoring diff --git a/clusters/atlas/flux-system/platform/postgres/kustomization.yaml b/clusters/atlas/flux-system/platform/postgres/kustomization.yaml index 60046e5d..03e1de10 100644 --- a/clusters/atlas/flux-system/platform/postgres/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/postgres/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: postgres namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./infrastructure/postgres diff --git a/clusters/atlas/flux-system/platform/traefik/kustomization.yaml b/clusters/atlas/flux-system/platform/traefik/kustomization.yaml index 336eb892..f3226f60 100644 --- a/clusters/atlas/flux-system/platform/traefik/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/traefik/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: traefik namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 10m path: ./infrastructure/traefik diff --git a/clusters/atlas/flux-system/platform/vault-csi/kustomization.yaml b/clusters/atlas/flux-system/platform/vault-csi/kustomization.yaml index 5a569419..7f13c12b 100644 --- a/clusters/atlas/flux-system/platform/vault-csi/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/vault-csi/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: vault-csi namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m sourceRef: diff --git a/clusters/atlas/flux-system/platform/vault-injector/kustomization.yaml b/clusters/atlas/flux-system/platform/vault-injector/kustomization.yaml index d7d740d3..c3e21423 100644 --- a/clusters/atlas/flux-system/platform/vault-injector/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/vault-injector/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization metadata: name: vault-injector namespace: flux-system + annotations: + kustomize.toolkit.fluxcd.io/ssa: IfNotPresent spec: interval: 30m path: ./infrastructure/vault-injector