Skip to content

Commit

Permalink
Fix value name (kubernetes-sigs#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas authored and Timothy-Dougherty committed Nov 9, 2023
1 parent 224bbdb commit 0150fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ webhooks:
- v1beta1
namespaceSelector:
matchExpressions:
{{ if .Values.webhookNamespaceSelector }}
{{ if .Values.webhookNamespaceSelectors }}
{{ toYaml .Values.webhookNamespaceSelectors | nindent 4 }}
{{ else }}
- key: elbv2.k8s.aws/pod-readiness-gate-inject
Expand Down
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ webhookTLS:
key:

# array of namespace selectors for the webhook
webhookNamespaceSelector:
webhookNamespaceSelectors:
# - key: elbv2.k8s.aws/pod-readiness-gate-inject
# operator: In
# values:
Expand Down

0 comments on commit 0150fc8

Please sign in to comment.