Skip to content

Commit

Permalink
fix(ingress): remove secrets from clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Sep 4, 2024
1 parent b1fd5d7 commit df311a8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kubernetes/apps/network/ingress-nginx/external/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,14 @@ spec:
memory: 96Mi
limits:
memory: 2Gi
postRenderers:
- kustomize:
patches:
- target:
group: rbac.authorization.k8s.io
version: v1
kind: ClusterRole
name: ingress-nginx-external
patch: |
- op: remove
path: /rules/0/resources/4
11 changes: 11 additions & 0 deletions kubernetes/apps/network/ingress-nginx/internal/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,14 @@ spec:
memory: 96Mi
limits:
memory: 2Gi
postRenderers:
- kustomize:
patches:
- target:
group: rbac.authorization.k8s.io
version: v1
kind: ClusterRole
name: ingress-nginx-internal
patch: |
- op: remove
path: /rules/0/resources/4

0 comments on commit df311a8

Please sign in to comment.