docs: re-order helm param order (#996)

* docs: re-order helm param order

* docs: re-order params in values
This commit is contained in:
Callum Tait
2021-12-09 10:20:51 +00:00
committed by GitHub
parent 898ad3c355
commit a1cfe3be36
2 changed files with 12 additions and 12 deletions

View File

@@ -141,6 +141,12 @@ scope:
# The default value is "", which means the namespace of the controller
watchNamespace: ""
certManagerEnabled: true
admissionWebHooks:
{}
#caBundle: "Ci0tLS0tQk...<base64-encoded PEM bundle containing the CA that signed the webhook's serving certificate>...tLS0K"
githubWebhookServer:
enabled: false
replicaCount: 1
@@ -199,9 +205,3 @@ githubWebhookServer:
enabled: false
# minAvailable: 1
# maxUnavailable: 3
certManagerEnabled: true
admissionWebHooks:
{}
#caBundle: "Ci0tLS0tQk...<base64-encoded PEM bundle containing the CA that signed the webhook's serving certificate>...tLS0K"