From 13db3d4a3d5deb273b9c7aba9545ea0d56d59739 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Wed, 29 Apr 2026 08:22:58 -0400 Subject: [PATCH] Update kustomization.yaml --- apps/base/customer1/hermes-agent/kustomization.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/base/customer1/hermes-agent/kustomization.yaml b/apps/base/customer1/hermes-agent/kustomization.yaml index 651a0fa..fc1ab20 100644 --- a/apps/base/customer1/hermes-agent/kustomization.yaml +++ b/apps/base/customer1/hermes-agent/kustomization.yaml @@ -1,3 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -resources:\n - deployment.yaml\n - hermes-secret.yaml\n - configmap.yaml +resources: + - deployment.yaml + - hermes-secrets.yaml + - configmap.yaml \ No newline at end of file