We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf6fa6 commit 2f6e5e5Copy full SHA for 2f6e5e5
1 file changed
install/kubernetes/quick-install.yaml
@@ -60,6 +60,13 @@ spec:
60
name:
61
description: ProjectName specifies the project name
62
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
70
robotAccountSuffix:
71
description: The RobotAccountSuffix specifies the suffix to use when
72
creating a new robot account
@@ -88,6 +95,7 @@ spec:
88
95
type: array
89
96
required:
90
97
- name
98
+ - pushAccess
91
99
- robotAccountSuffix
92
100
- type
93
101
type: object
0 commit comments