diff --git a/grabdish/destroy-multicloud.sh b/grabdish/destroy-multicloud.sh index 6e2c76206..9bef2595e 100755 --- a/grabdish/destroy-multicloud.sh +++ b/grabdish/destroy-multicloud.sh @@ -7,5 +7,8 @@ echo Deleting the Verrazzano custom resource.... kubectl delete verrazzano example-verrazzano +echo Set verrazzano-managed=false istio-injection=disabled ... +kubectl label namespace msdataworkshop verrazzano-managed=false istio-injection=disabled --overwrite + echo Viewing the uninstall logs... kubectl logs -f $(kubectl get pod -l job-name=uninstall-example-verrazzano -o jsonpath="{.items[0].metadata.name}") \ No newline at end of file diff --git a/grabdish/frontend-helidon/src/main/resources/web/index.html b/grabdish/frontend-helidon/src/main/resources/web/index.html index 7460ff0ee..265ad34b3 100644 --- a/grabdish/frontend-helidon/src/main/resources/web/index.html +++ b/grabdish/frontend-helidon/src/main/resources/web/index.html @@ -144,6 +144,13 @@