We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9904882 commit e5e4e13Copy full SHA for e5e4e13
chart/jetstack-secure-gcm/values.yaml
@@ -36,6 +36,14 @@ cert-manager:
36
repository: marketplace.gcr.io/jetstack-public/jetstack-secure-for-cert-manager/cert-manager-cainjector
37
tag: 1.1.0-gcm.1
38
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
+
47
ubbagent:
48
# By default, the reportingSecretName will be set to
49
# ${helm-release}-license.
0 commit comments