Skip to content

Commit

Permalink
support set reinvocationPolicy in chart values (fluid-cloudnative#2702)
Browse files Browse the repository at this point in the history
Signed-off-by: Lize Cai <[email protected]>
  • Loading branch information
lizzzcai authored Mar 8, 2023
1 parent dea89fe commit 601192e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ webhooks:
caBundle: Cg==
timeoutSeconds: {{ .Values.webhook.timeoutSeconds }}
failurePolicy: Fail
reinvocationPolicy: {{ .Values.webhook.reinvocationPolicy }}
sideEffects: None
admissionReviewVersions: ["v1","v1beta1"]
objectSelector:
Expand All @@ -39,6 +40,7 @@ webhooks:
caBundle: Cg==
timeoutSeconds: {{ .Values.webhook.timeoutSeconds }}
failurePolicy: Fail
reinvocationPolicy: {{ .Values.webhook.reinvocationPolicy }}
sideEffects: None
admissionReviewVersions: ["v1","v1beta1"]
objectSelector:
Expand Down
1 change: 1 addition & 0 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ webhook:
image: fluidcloudnative/fluid-webhook:v0.9.0-a21f6b3
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: Never

fluidapp:
enabled: true
Expand Down

0 comments on commit 601192e

Please sign in to comment.