Skip to content

Commit

Permalink
fix: regenerate operator helm ressources (#562)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ragot <[email protected]>
  • Loading branch information
Dav-14 and David Ragot authored Oct 3, 2023
1 parent 892b22b commit c86411b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4376,6 +4376,8 @@ spec:
type: object
debug:
type: boolean
deploymentStrategy:
type: string
dev:
type: boolean
locking:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,11 @@ spec:
type: string
services:
properties:
control:
properties:
disabled:
type: boolean
type: object
ledger:
properties:
disabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- cert-manager.io
resources:
Expand Down

1 comment on commit c86411b

@vercel
Copy link

@vercel vercel bot commented on c86411b Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.