Skip to content

Commit

Permalink
update generate file
Browse files Browse the repository at this point in the history
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
  • Loading branch information
soulseen authored and bitsf committed Nov 8, 2021
1 parent 63a8292 commit 7c279ce
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
30 changes: 30 additions & 0 deletions charts/harbor-operator/templates/crds.yaml
Expand Up @@ -1532,6 +1532,21 @@ spec:
required:
- bucket
type: object
azure:
properties:
accountkeyRef:
type: string
accountname:
type: string
baseURL:
default: core.windows.net
type: string
container:
type: string
pathPrefix:
default: /azure/harbor/charts
type: string
type: object
filesystem:
properties:
prefix:
Expand Down Expand Up @@ -7532,6 +7547,21 @@ spec:
spec:
description: the spec of Storage.
properties:
azure:
properties:
accountkeyRef:
type: string
accountname:
type: string
baseURL:
default: core.windows.net
type: string
container:
type: string
pathPrefix:
default: /azure/harbor/charts
type: string
type: object
fileSystem:
properties:
chartPersistentVolume:
Expand Down
30 changes: 30 additions & 0 deletions manifests/cluster/deployment.yaml
Expand Up @@ -1542,6 +1542,21 @@ spec:
required:
- bucket
type: object
azure:
properties:
accountkeyRef:
type: string
accountname:
type: string
baseURL:
default: core.windows.net
type: string
container:
type: string
pathPrefix:
default: /azure/harbor/charts
type: string
type: object
filesystem:
properties:
prefix:
Expand Down Expand Up @@ -7551,6 +7566,21 @@ spec:
spec:
description: the spec of Storage.
properties:
azure:
properties:
accountkeyRef:
type: string
accountname:
type: string
baseURL:
default: core.windows.net
type: string
container:
type: string
pathPrefix:
default: /azure/harbor/charts
type: string
type: object
fileSystem:
properties:
chartPersistentVolume:
Expand Down
30 changes: 30 additions & 0 deletions manifests/harbor/deployment.yaml
Expand Up @@ -1542,6 +1542,21 @@ spec:
required:
- bucket
type: object
azure:
properties:
accountkeyRef:
type: string
accountname:
type: string
baseURL:
default: core.windows.net
type: string
container:
type: string
pathPrefix:
default: /azure/harbor/charts
type: string
type: object
filesystem:
properties:
prefix:
Expand Down Expand Up @@ -7551,6 +7566,21 @@ spec:
spec:
description: the spec of Storage.
properties:
azure:
properties:
accountkeyRef:
type: string
accountname:
type: string
baseURL:
default: core.windows.net
type: string
container:
type: string
pathPrefix:
default: /azure/harbor/charts
type: string
type: object
fileSystem:
properties:
chartPersistentVolume:
Expand Down

0 comments on commit 7c279ce

Please sign in to comment.