diff --git a/controller/crd.yml b/controller/crd.yml index b4cd40e..81faf83 100644 --- a/controller/crd.yml +++ b/controller/crd.yml @@ -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: @@ -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 @@ -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: