Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 committed Jul 26, 2024
1 parent 38f1717 commit 934b0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pod-graceful-drain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ experimentalGeneralIngress: false
terminationGracePeriodSeconds: 100
# Timeout for the ValidatingAdmissionWebhook. It should be long enough since admission delay cap is determined by this value
webhookTimeoutSeconds: 30
# webhook's namespaceSelector to limit where the
# webhook's namespaceSelector to limit where the pod-graceful-drain is applied
namespaceSelector: { }
2 changes: 1 addition & 1 deletion src/elbv2/apis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct TargetGroupBindingSpec {
pub target_group_arn: String,
pub target_type: Option<TargetType>,
pub service_ref: Option<ServiceReference>,
// not needed fo our scenario
// not needed for our scenario
// pub networking: Option<TargetGroupBindingNetworking>,
}

Expand Down

0 comments on commit 934b0e7

Please sign in to comment.