Add media namespace selector in authentik
This commit is contained in:
parent
f7bccf739b
commit
8cdf3f3df6
|
@ -24,6 +24,10 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
name: "database"
|
name: "database"
|
||||||
|
|
||||||
|
- namespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
name: "media"
|
||||||
|
|
||||||
# Allow all pods with this label
|
# Allow all pods with this label
|
||||||
- podSelector:
|
- podSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
Loading…
Reference in New Issue