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:
parent
21191dc47e
commit
b6b4f12509
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@ metadata:
|
|||
name: fake
|
||||
spec:
|
||||
conditions:
|
||||
namespaceSelector:
|
||||
app: frontend
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
app: frontend
|
||||
```
|
||||
|
||||
### 3. Selectively Disable Reconciliation of Cluster-Wide Resources
|
||||
|
|
Loading…
Reference in a new issue