Skip to content

Commit

Permalink
Fix typo flagsValidatonEnabled into flagsValidationEnabled
Browse files Browse the repository at this point in the history
Signed-off-by: kimsehwan96 <sktpghks138@gmail.com>
  • Loading branch information
kimsehwan96 committed Oct 2, 2024
1 parent 7ace54d commit 9b96f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if eq .Values.managerConfig.flagsValidatonEnabled "true" }}
{{ if eq .Values.managerConfig.flagsValidationEnabled "true" }}
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
Expand Down
2 changes: 1 addition & 1 deletion chart/open-feature-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ controllerManager:

managerConfig:
## @param managerConfig.flagsValidatonEnabled Enables the validating webhook for FeatureFlag CR.
flagsValidatonEnabled: "true"
flagsValidationEnabled: "true"
controllerManagerConfigYaml:
health:
## @param managerConfig.controllerManagerConfigYaml.health.healthProbeBindAddress Sets the bind address for health probes.
Expand Down

0 comments on commit 9b96f1b

Please sign in to comment.