Skip to content

Commit

Permalink
updated patch for haproxy role to add additional new rule for secret
Browse files Browse the repository at this point in the history
Signed-off-by: May Zhang <may_zhang@intuit.com>
  • Loading branch information
mayzhang2000 committed Apr 18, 2024
1 parent 1024aaf commit e32f1c5
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions manifests/ha/base/redis-ha/overlays/haproxy-role.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[
{
"op": "add",
"path": "/rules/0/verbs/1",
"value": "create"
},
{
"op": "add",
"path": "/rules/0/resources/1",
"value": "secrets"
}
]
- op: add
path: /rules/0
value:
apiGroups:
- ""
resources:
- secrets
verbs:
- get
- create

0 comments on commit e32f1c5

Please sign in to comment.