docs: re-order helm param order (#996)
* docs: re-order helm param order * docs: re-order params in values
This commit is contained in:
		
							parent
							
								
									898ad3c355
								
							
						
					
					
						commit
						a1cfe3be36
					
				|  | @ -56,15 +56,17 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | ||||||
| | `topologySpreadConstraints`                              | Set the controller pod topologySpreadConstraints                                                                           |                                                                      | | | `topologySpreadConstraints`                              | Set the controller pod topologySpreadConstraints                                                                           |                                                                      | | ||||||
| | `nodeSelector`                                           | Set the controller pod nodeSelector                                                                                        |                                                                      | | | `nodeSelector`                                           | Set the controller pod nodeSelector                                                                                        |                                                                      | | ||||||
| | `resources`                                              | Set the controller pod resources                                                                                           |                                                                      | | | `resources`                                              | Set the controller pod resources                                                                                           |                                                                      | | ||||||
| | `affinity`                                               | Set the controller pod affinity rules                                                                                      | | | `affinity`                                               | Set the controller pod affinity rules                                                                                      |                                                                      | | ||||||
| | `podDisruptionBudget.enabled`                                               | Enables a PDB to ensure HA of controller pods                                                                                     |      false                                                                    | | | `podDisruptionBudget.enabled`                            | Enables a PDB to ensure HA of controller pods                                                                              |      false                                                           | | ||||||
| | `podDisruptionBudget.minAvailable`                                               | Minimum number of pods that must be available after eviction                                                                                     |                                                                          | | | `podDisruptionBudget.minAvailable`                       | Minimum number of pods that must be available after eviction                                                               |                                                                      | | ||||||
| | `podDisruptionBudget.maxUnavailable`                                               | Maximum number of pods that can be unavailable after eviction. Kubernetes 1.7+ required.                                                                                     |                                                                          | | | `podDisruptionBudget.maxUnavailable`                     | Maximum number of pods that can be unavailable after eviction. Kubernetes 1.7+ required.                                   |                                                                      | | ||||||
| | `tolerations`                                            | Set the controller pod tolerations                                                                                         |                                                                      | | | `tolerations`                                            | Set the controller pod tolerations                                                                                         |                                                                      | | ||||||
| | `env`                                                    | Set environment variables for the controller container                                                                     |                                                                      | | | `env`                                                    | Set environment variables for the controller container                                                                     |                                                                      | | ||||||
| | `priorityClassName`                                      | Set the controller pod priorityClassName                                                                                   |                                                                      | | | `priorityClassName`                                      | Set the controller pod priorityClassName                                                                                   |                                                                      | | ||||||
| | `scope.watchNamespace`                                   | Tells the controller and the github webhook server which namespace to watch if `scope.singleNamespace` is true             | `Release.Namespace` (the default namespace of the helm chart).       | | | `scope.watchNamespace`                                   | Tells the controller and the github webhook server which namespace to watch if `scope.singleNamespace` is true             | `Release.Namespace` (the default namespace of the helm chart).       | | ||||||
| | `scope.singleNamespace`                                  | Limit the controller to watch a single namespace                                                                           | false                                                                | | | `scope.singleNamespace`                                  | Limit the controller to watch a single namespace                                                                           | false                                                                | | ||||||
|  | | `certManagerEnabled`                                     | Enable cert-manager. If disabled you must set admissionWebHooks.caBundle and create TLS secrets manually                   | true                                                                 | | ||||||
|  | | `admissionWebHooks.caBundle`                             | Base64-encoded PEM bundle containing the CA that signed the webhook's serving certificate                                  |                                                                      | | ||||||
| | `githubWebhookServer.logLevel`                           | Set the log level of the githubWebhookServer container                                                                     |                                                                      | | | `githubWebhookServer.logLevel`                           | Set the log level of the githubWebhookServer container                                                                     |                                                                      | | ||||||
| | `githubWebhookServer.replicaCount`                       | Set the number of webhook server pods                                                                                      | 1                                                                    | | | `githubWebhookServer.replicaCount`                       | Set the number of webhook server pods                                                                                      | 1                                                                    | | ||||||
| | `githubWebhookServer.syncPeriod`                         | Set the period in which the controller reconciles the resources                                                            | 10m                                                                  | | | `githubWebhookServer.syncPeriod`                         | Set the period in which the controller reconciles the resources                                                            | 10m                                                                  | | ||||||
|  | @ -97,5 +99,3 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | ||||||
| | `githubWebhookServer.podDisruptionBudget.enabled`        | Enables a PDB to ensure HA of githubwebhook pods                                                                           |      false                                                           | | | `githubWebhookServer.podDisruptionBudget.enabled`        | Enables a PDB to ensure HA of githubwebhook pods                                                                           |      false                                                           | | ||||||
| | `githubWebhookServer.podDisruptionBudget.minAvailable`   | Minimum number of pods that must be available after eviction                                                               |                                                                      | | | `githubWebhookServer.podDisruptionBudget.minAvailable`   | Minimum number of pods that must be available after eviction                                                               |                                                                      | | ||||||
| | `githubWebhookServer.podDisruptionBudget.maxUnavailable` | Maximum number of pods that can be unavailable after eviction. Kubernetes 1.7+ required.                                   |                                                                      | | | `githubWebhookServer.podDisruptionBudget.maxUnavailable` | Maximum number of pods that can be unavailable after eviction. Kubernetes 1.7+ required.                                   |                                                                      | | ||||||
| | `certManagerEnabled`                                     | Enable cert-manager. If disabled you must set admissionWebHooks.caBundle and create TLS secrets manually                   | true                                                                 | |  | ||||||
| | `admissionWebHooks.caBundle`                             | Base64-encoded PEM bundle containing the CA that signed the webhook's serving certificate                                  |                                                                      | |  | ||||||
|  | @ -141,6 +141,12 @@ scope: | ||||||
|   # The default value is "", which means the namespace of the controller |   # The default value is "", which means the namespace of the controller | ||||||
|   watchNamespace: "" |   watchNamespace: "" | ||||||
| 
 | 
 | ||||||
|  | certManagerEnabled: true | ||||||
|  | 
 | ||||||
|  | admissionWebHooks: | ||||||
|  |   {} | ||||||
|  |   #caBundle: "Ci0tLS0tQk...<base64-encoded PEM bundle containing the CA that signed the webhook's serving certificate>...tLS0K" | ||||||
|  | 
 | ||||||
| githubWebhookServer: | githubWebhookServer: | ||||||
|   enabled: false |   enabled: false | ||||||
|   replicaCount: 1 |   replicaCount: 1 | ||||||
|  | @ -199,9 +205,3 @@ githubWebhookServer: | ||||||
|     enabled: false |     enabled: false | ||||||
|     # minAvailable: 1 |     # minAvailable: 1 | ||||||
|     # maxUnavailable: 3 |     # maxUnavailable: 3 | ||||||
| 
 |  | ||||||
| certManagerEnabled: true |  | ||||||
| 
 |  | ||||||
| admissionWebHooks: |  | ||||||
|   {} |  | ||||||
|   #caBundle: "Ci0tLS0tQk...<base64-encoded PEM bundle containing the CA that signed the webhook's serving certificate>...tLS0K" |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue