Install Rook
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
da500e4893
commit
b4fd2b7798
|
@ -9,6 +9,9 @@ spec:
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
- group: '*'
|
- group: '*'
|
||||||
kind: '*'
|
kind: '*'
|
||||||
|
clusterResourceBlacklist:
|
||||||
|
- group: cilium.io
|
||||||
|
kind: CiliumIdentity
|
||||||
description: argo, nginx-ingress, etc.
|
description: argo, nginx-ingress, etc.
|
||||||
destinations:
|
destinations:
|
||||||
- name: '*'
|
- name: '*'
|
||||||
|
@ -24,3 +27,4 @@ spec:
|
||||||
- https://charts.jetstack.io
|
- https://charts.jetstack.io
|
||||||
- https://charts.neoskop.dev
|
- https://charts.neoskop.dev
|
||||||
- https://helm.cilium.io
|
- https://helm.cilium.io
|
||||||
|
- https://charts.rook.io/release
|
||||||
|
|
Loading…
Reference in New Issue