Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 586 Bytes

eoe admission controller

How to build image ?

make build-image

How to build charts ?

helm package charts/eoe-admission -d ./packages

How to install?

 helm install eoe-admission packages/eoe-admission-{version}.tgz -n {namespace} --create-namespace 

Local develop

kubectl get secret eoe-admission  -o jsonpath='{.data.ca}'| base64 -d > ca
kubectl get secret eoe-admission  -o jsonpath='{.data.tls\.crt}'| base64 -d > tls.crt
kubectl get secret eoe-admission -o jsonpath='{.data.tls\.key}'| base64 -d > tls.key