renamed controller to operator
This commit is contained in:
parent
b23161a08d
commit
3a61942646
11 changed files with 45 additions and 45 deletions
12
testapp/certman-istio-operator/hooks/ingress-add.sh
Executable file
12
testapp/certman-istio-operator/hooks/ingress-add.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
source /hooks/common/functions.sh
|
||||
|
||||
if [[ $1 == "--config" ]]; then
|
||||
config add
|
||||
else
|
||||
json=${BINDING_CONTEXT_PATH}
|
||||
ns=$(jq -r '.[0].resourceNamespace' ${json})
|
||||
res=$(jq -r '.[0].resourceName' ${json})
|
||||
add "${res}" "${ns}"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue