fix(secrets): remove namespace from ExternalSecret definition

This change removes the namespace field from the ExternalSecret 
definition in the secrets.yaml file, allowing for more flexible 
deployment within different namespaces without the need for 
modification.
This commit is contained in:
2025-04-08 11:27:12 +02:00
parent f35be93cb6
commit dd5c0f3dc0
-1
View File
@@ -2,7 +2,6 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: schemas name: schemas
namespace: default
spec: spec:
refreshInterval: 1h refreshInterval: 1h
secretStoreRef: secretStoreRef: