Skip to content

Commit

Permalink
fix: update crd matching release
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 20, 2023
1 parent 4422aaa commit 826682f
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions controller/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ spec:
properties:
spec:
properties:
authPassCredentials:
type: boolean
authSecret:
nullable: true
properties:
name:
nullable: true
type: string
type: object
bootstrap:
type: boolean
chart:
Expand All @@ -50,6 +59,15 @@ spec:
chartContent:
nullable: true
type: string
createNamespace:
type: boolean
dockerRegistrySecret:
nullable: true
properties:
name:
nullable: true
type: string
type: object
failurePolicy:
nullable: true
type: string
Expand All @@ -65,10 +83,16 @@ spec:
repoCA:
nullable: true
type: string
repoCAConfigMap:
nullable: true
properties:
name:
nullable: true
type: string
type: object
set:
additionalProperties:
nullable: true
type: string
x-kubernetes-int-or-string: true
nullable: true
type: object
targetNamespace:
Expand Down

0 comments on commit 826682f

Please sign in to comment.