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