renamed controller to operator
This commit is contained in:
parent
b23161a08d
commit
3a61942646
11 changed files with 45 additions and 45 deletions
7
testapp/certman-istio-operator/cleanup.sh
Executable file
7
testapp/certman-istio-operator/cleanup.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source /hooks/common/functions.sh
|
||||
|
||||
for refmap in $(kubectl get refmap -ojson | jq -r '.items[] | .metadata.name'); do
|
||||
delete "${refmap}"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue