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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user