Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 11, 2024
2 parents 656453f + a9770de commit 59dfc45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/aws-node-termination-handler/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aws-node-termination-handler:
image:
repository: public.ecr.aws/aws-ec2/aws-node-termination-handler
repository: 471407337433.dkr.ecr.ap-northeast-2.amazonaws.com/node-termination-handler
tag: "v1.0.18"
taintNode: true
emitKubernetesEvents: true
logLevel: debug
Expand Down Expand Up @@ -28,4 +29,4 @@ aws-node-termination-handler:
- effect: "NoSchedule"
key: xquare/test
operator: "Equal"
value: "true"
value: "true"

0 comments on commit 59dfc45

Please sign in to comment.