Skip to content

Commit

Permalink
update generated manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Löwel <[email protected]>
  • Loading branch information
ChristianLoewel committed May 24, 2023
1 parent 52c996a commit b0b40f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions charts/harbor-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12287,6 +12287,10 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: Project name in Harbor
jsonPath: .spec.projectName
name: ProjectName
type: string
- description: HarborServerConfiguration name
jsonPath: .spec.harborServerConfig
name: HarborServerConfig
Expand Down
6 changes: 5 additions & 1 deletion manifests/cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13247,6 +13247,10 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: Project name in Harbor
jsonPath: .spec.projectName
name: ProjectName
type: string
- description: HarborServerConfiguration name
jsonPath: .spec.harborServerConfig
name: HarborServerConfig
Expand Down Expand Up @@ -66070,7 +66074,7 @@ data:
- key: max-reconcile
priority: 200
value: "1"
harborproject-ctrl.yaml: |-
harborproject-ctrl.yaml: |
- key: max-reconcile
priority: 200
value: "1"
Expand Down
6 changes: 5 additions & 1 deletion manifests/harbor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13247,6 +13247,10 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: Project name in Harbor
jsonPath: .spec.projectName
name: ProjectName
type: string
- description: HarborServerConfiguration name
jsonPath: .spec.harborServerConfig
name: HarborServerConfig
Expand Down Expand Up @@ -44290,7 +44294,7 @@ data:
- key: max-reconcile
priority: 200
value: "1"
harborproject-ctrl.yaml: |-
harborproject-ctrl.yaml: |
- key: max-reconcile
priority: 200
value: "1"
Expand Down

0 comments on commit b0b40f2

Please sign in to comment.