Closed DanielCKennedy closed 9 months ago
Issue #, if available:
https://github.com/aws/amazon-eks-pod-identity-webhook/issues/208
pod-identity-webhook is breaking sidecar due to the webhook not supporting Container.restartPolicy field
Description of changes:
Updates k8s.io libraries to v0.29.1
go get k8s.io/api ; go get k8s.io/client-go ; go mod tidy ; go mod vendor
Adds a unit test for sidecar containers
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
https://github.com/aws/amazon-eks-pod-identity-webhook/issues/208
pod-identity-webhook is breaking sidecar due to the webhook not supporting Container.restartPolicy field
Description of changes:
Updates k8s.io libraries to v0.29.1
go get k8s.io/api ; go get k8s.io/client-go ; go mod tidy ; go mod vendor
Adds a unit test for sidecar containers
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.