Skip to content

Commit

Permalink
Revert "fix(ingress): remove secrets from clusterrole"
Browse files Browse the repository at this point in the history
This reverts commit 9f52fa9.
  • Loading branch information
jfroy committed Sep 5, 2024
1 parent c4abb4b commit af039eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,3 @@ spec:
memory: 96Mi
limits:
memory: 2Gi
postRenderers:
- kustomize:
patches:
- target:
kind: ClusterRole
name: ingress-nginx-external
patch: |
- op: remove
path: /rules/0/resources/4
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,3 @@ spec:
memory: 96Mi
limits:
memory: 2Gi
postRenderers:
- kustomize:
patches:
- target:
kind: ClusterRole
name: ingress-nginx-internal
patch: |
- op: remove
path: /rules/0/resources/4

0 comments on commit af039eb

Please sign in to comment.