From bb5e286fa64e0f866e34fb1912fdf3841a4ae55c Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 21 Jul 2026 21:47:14 -0300 Subject: [PATCH] agent: decouple Hermes from retired OpenClaw --- .../atlas/flux-system/applications/hermes/kustomization.yaml | 1 - .../atlas/flux-system/applications/openclaw/kustomization.yaml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/clusters/atlas/flux-system/applications/hermes/kustomization.yaml b/clusters/atlas/flux-system/applications/hermes/kustomization.yaml index f1ad8e06d..62828b146 100644 --- a/clusters/atlas/flux-system/applications/hermes/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/hermes/kustomization.yaml @@ -31,5 +31,4 @@ spec: - name: core - name: keycloak - name: longhorn - - name: openclaw - name: traefik diff --git a/clusters/atlas/flux-system/applications/openclaw/kustomization.yaml b/clusters/atlas/flux-system/applications/openclaw/kustomization.yaml index e542c8d31..3268eed84 100644 --- a/clusters/atlas/flux-system/applications/openclaw/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/openclaw/kustomization.yaml @@ -5,7 +5,7 @@ metadata: name: openclaw namespace: flux-system annotations: - kustomize.toolkit.fluxcd.io/ssa: IfNotPresent + kustomize.toolkit.fluxcd.io/ssa: Merge spec: interval: 10m path: ./services/openclaw @@ -20,4 +20,3 @@ spec: dependsOn: - name: core - name: longhorn -