Skip to content

Commit e5e4e13

Browse files
committed
Disable startup API check
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
1 parent 9904882 commit e5e4e13

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

chart/jetstack-secure-gcm/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ cert-manager:
3636
repository: marketplace.gcr.io/jetstack-public/jetstack-secure-for-cert-manager/cert-manager-cainjector
3737
tag: 1.1.0-gcm.1
3838

39+
# In the context of click-to-deploy, the RBAC rules and service accounts
40+
# must be defined statically in the schema.yaml.
41+
# This is incompatible with the install-hook mechanism of startup API check
42+
# expects to be able to temporarily create and then delete RBAC and SA Disable
43+
# startup API check.
44+
startupapicheck:
45+
enabled: false
46+
3947
ubbagent:
4048
# By default, the reportingSecretName will be set to
4149
# ${helm-release}-license.

0 commit comments

Comments
 (0)