Rename application
Make sure that you have created new CNAMEs for your application (See more in the guide)
Create your config with the new name for your application. (See more in configs)
Change the name in your
gap.yamlfile and run a new build with it.Your application’s manifests with the previous name still exist so you need to remove them manually, by running the following commands
kubectl delete all -l applicationName=<your-application-name> -n <your-namespace>kubectl delete ingress <your-application-name> -n <your-namespace>kubectl delete secret -n <your-namespace> <your-application-name> <your-application-name>-backup <your-application-name>-<your-web-deployment-name>-tls