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 5c15476 commit aa3e6cb
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 @@ -12310,6 +12310,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 @@ -63574,7 +63578,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 @@ -12310,6 +12310,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 @@ -41794,7 +41798,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 aa3e6cb

Please sign in to comment.