Skip to content

Commit

Permalink
Merge branch 'update_crd_role' into 'release-23.03'
Browse files Browse the repository at this point in the history
Update gpu-operator role to include create/update role for CRD upgrade handling

See merge request nvidia/kubernetes/gpu-operator!683
  • Loading branch information
shivamerla committed Apr 5, 2023
2 parents 669d344 + 9010c89 commit 2f8651b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/gpu-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ rules:
- get
- list
- watch
{{- if or (.Values.operator.cleanupCRD) (.Values.operator.upgradeCRD) }}
- delete
- create
- update
- patch
- create
{{- if .Values.operator.cleanupCRD }}
- delete
{{- end }}

0 comments on commit 2f8651b

Please sign in to comment.