further trim down the ingress ressource to the bare minimum
This commit is contained in:
parent
ca710e2013
commit
115c128c60
10 changed files with 8 additions and 181 deletions
|
@ -14,3 +14,10 @@ data:
|
|||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
return hs
|
||||
resource.exclusions: |
|
||||
- apiGroups:
|
||||
- "*"
|
||||
kinds:
|
||||
- "CiliumIdentity"
|
||||
clusters:
|
||||
- https://kubernetes.default.svc
|
Loading…
Add table
Add a link
Reference in a new issue