examples - fix magento/k8s again

This commit is contained in:
bunkerity 2022-07-29 17:08:58 +02:00
parent 69848dccc9
commit 4f4c446f7b
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C
2 changed files with 5 additions and 2 deletions

View file

@ -5,4 +5,7 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
helm delete magento
helm delete magento
kubectl delete pvc data-magento-elasticsearch-data-0
kubectl delete pvc data-magento-elasticsearch-master-0
kubectl delete pvc data-magento-mariadb-0

View file

@ -4,4 +4,4 @@ magentoPassword: "changeme42"
magentoEmail: "contact@example.com"
magentoFirstName: "John"
magentoLastName: "Doe"
magentoAdminUri: "/admin"
magentoAdminUri: "admin"