We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d115f commit 3fc8bcaCopy full SHA for 3fc8bca
Makefile
@@ -80,12 +80,6 @@ deploy-config: prep-config
80
kubectl apply -f deploy/deployment.yaml
81
kubectl apply -f deploy/service.yaml
82
kubectl apply -f deploy/mutatingwebhook-ca-bundle.yaml
83
- until kubectl get csr -o \
84
- jsonpath='{.items[?(@.spec.username=="system:serviceaccount:default:pod-identity-webhook")].metadata.name}' | \
85
- grep -m 1 "csr-"; \
86
- do echo "Waiting for CSR to be created" && sleep 1 ; \
87
- done
88
- kubectl certificate approve $$(kubectl get csr -o jsonpath='{.items[?(@.spec.username=="system:serviceaccount:default:pod-identity-webhook")].metadata.name}')
89
90
delete-config:
91
@echo 'Tearing down mutating controller and associated resources...'
0 commit comments