Skip to content

Commit

Permalink
Avoid operator CRD creation
Browse files Browse the repository at this point in the history
  • Loading branch information
itsCheithanya committed Apr 28, 2024
1 parent 829494b commit 6f3a225
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ rules:
- patch
- update
- watch
{{- if not .Values.tetragonOperator.skipCRDCreation }}
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- create
{{- end }}
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down

0 comments on commit 6f3a225

Please sign in to comment.