amazon-eks-pod-identity-webhook icon indicating copy to clipboard operation
amazon-eks-pod-identity-webhook copied to clipboard

Fix manifests and Makefile for v0.3.0

Open h3poteto opened this issue 3 years ago • 0 comments

Issue #, if available:

This pull request is related to #139 and #134.

Description of changes:

  • deploy
    • Remove unnecessary roles
    • Add a kustomization file
  • Makefile
    • Stop to override mutating webhook configuration file
    • Stop checking and applying CSR

After v0.3.0, --in-ncluster=true option does not work fine. But Makefile was supposed to use CSR, so I could not install manifests using Makefile. I change manifests and Makefile to not use CSR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

h3poteto avatar Feb 11 '22 07:02 h3poteto