Skip to content

Commit

Permalink
Default enable mutating webhook for KubeDB Enterprise (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Fahim Abrar <fahimabrar@appscode.com>
  • Loading branch information
Mohammad Fahim Abrar committed Mar 19, 2021
1 parent 26b5379 commit 602be5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The following table lists the configurable parameters of the `kubedb-enterprise`
| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | `` |
| apiserver.groupPriorityMinimum | The minimum priority the webhook api group should have at least. Please see https://github.com/kubernetes/kube-aggregator/blob/release-1.9/pkg/apis/apiregistration/v1beta1/types.go#L58-L64 for more information on proper values of this field. | `10000` |
| apiserver.versionPriority | The ordering of the webhook api inside of the group. Please see https://github.com/kubernetes/kube-aggregator/blob/release-1.9/pkg/apis/apiregistration/v1beta1/types.go#L66-L70 for more information on proper values of this field | `15` |
| apiserver.enableMutatingWebhook | If true, mutating webhook is configured for KubeDB CRDss | `false` |
| apiserver.enableMutatingWebhook | If true, mutating webhook is configured for KubeDB CRDss | `true` |
| apiserver.enableValidatingWebhook | If true, validating webhook is configured for KubeDB CRDss | `true` |
| apiserver.ca | CA certificate used by the Kubernetes api server. This field is automatically assigned by the operator. | `not-ca-cert` |
| apiserver.bypassValidatingWebhookXray | If true, bypasses checks that validating webhook is actually enabled in the Kubernetes cluster. | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ apiserver:
# for more information on proper values of this field
versionPriority: 15
# If true, mutating webhook is configured for KubeDB CRDss
enableMutatingWebhook: false
enableMutatingWebhook: true
# If true, validating webhook is configured for KubeDB CRDss
enableValidatingWebhook: true
# CA certificate used by the Kubernetes api server. This field is automatically assigned by the operator.
Expand Down

0 comments on commit 602be5c

Please sign in to comment.