added istio controller for cert-manager

This commit is contained in:
ston1th 2019-08-10 21:51:09 +02:00
commit b23161a08d
10 changed files with 373 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
source /hooks/common/functions.sh
if [[ $1 == "--config" ]]; then
config delete
else
delete "$(jq -r '.[0].resourceName' ${BINDING_CONTEXT_PATH})"
fi