Skip to content

Commit

Permalink
fix node mutating webhook config
Browse files Browse the repository at this point in the history
Signed-off-by: 逐灵 <[email protected]>
  • Loading branch information
hormes committed Jan 11, 2024
1 parent aa59a16 commit 85c64c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versions/v1.4.0/templates/webhookconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ webhooks:
name: koordinator-webhook-service
namespace: {{ .Values.installation.namespace }}
path: /mutate-node-status
failurePolicy: {{ .Values.webhookConfiguration.failurePolicy.nodes }}
failurePolicy: {{ .Values.webhookConfiguration.failurePolicy.nodeStatus }}
name: mnode-status.koordinator.sh
rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion versions/v1.4.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ webhookConfiguration:
failurePolicy:
pods: Ignore
elasticquotas: Ignore
nodes: Ignore
nodeStatus: Ignore
timeoutSeconds: 30

serviceAccount:
Expand Down

0 comments on commit 85c64c0

Please sign in to comment.