Skip to content

Commit 2f6e5e5

Browse files
committed
fix: generate quick-install
1 parent fcf6fa6 commit 2f6e5e5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

install/kubernetes/quick-install.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ spec:
6060
name:
6161
description: ProjectName specifies the project name
6262
type: string
63+
pushAccess:
64+
description: PushAccess allows the robot account to push images, too.
65+
defaults to false. As of now we can not tell what permissions a robot
66+
account has. The user has to wait for the next rotation until the
67+
robot account has the new permissions. Alternatively, you can re-create
68+
your HarborSync spec. This forces a rotation.
69+
type: boolean
6370
robotAccountSuffix:
6471
description: The RobotAccountSuffix specifies the suffix to use when
6572
creating a new robot account
@@ -88,6 +95,7 @@ spec:
8895
type: array
8996
required:
9097
- name
98+
- pushAccess
9199
- robotAccountSuffix
92100
- type
93101
type: object

0 commit comments

Comments
 (0)