1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Fix wrong namespaceSelector configuration in snippet in document (#3054)

The snippet[1] was not aligning with the schema defined in CRD.

[1] https://external-secrets.io/latest/guides/security-best-practices/

Signed-off-by: kyasbal <kyasbal1994@gmail.com>
This commit is contained in:
kyasbal 2024-01-21 06:26:12 +09:00 committed by GitHub
parent 21191dc47e
commit b6b4f12509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,8 +24,9 @@ metadata:
name: fake
spec:
conditions:
namespaceSelector:
app: frontend
- namespaceSelector:
matchLabels:
app: frontend
```
### 3. Selectively Disable Reconciliation of Cluster-Wide Resources