Skip to content

Commit

Permalink
Merge pull request #49 from pjoshi751/main
Browse files Browse the repository at this point in the history
RBAC disabled to avoid cluster role binding issues
  • Loading branch information
pjoshi751 authored Jun 27, 2024
2 parents dcf7917 + 86d2399 commit 764b1e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/keymanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ volumePermissions:
## Specifies whether RBAC resources should be created
##
rbac:
create: true
create: false

## Specifies whether a ServiceAccount should be created
##
Expand Down Expand Up @@ -414,6 +414,8 @@ istio:

artifactory:
enabled: true
rbac:
create: false
nameOverride: keymanager-artifactory
image:
registry: docker.io
Expand Down

0 comments on commit 764b1e6

Please sign in to comment.