added istio controller for cert-manager
This commit is contained in:
parent
97addda5f4
commit
b23161a08d
10 changed files with 373 additions and 0 deletions
9
testapp/certman-istio-controller/hooks/ingress-delete.sh
Executable file
9
testapp/certman-istio-controller/hooks/ingress-delete.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue