How can I integrate a config map into my angular application in kubernetes?
Any useful blogs or videos implementing this would be helpful. I found a few, but they didn't work for me.
How can I integrate a config map into my angular application in kubernetes?
Any useful blogs or videos implementing this would be helpful. I found a few, but they didn't work for me.
This one from medium should be fine for your purposes: https://medium.com/@ychetankumarsarma/how-to-manage-angular-application-configurations-for-different-environments-with-docker-and-8ff8c55a1c7d.
It is good because:
There is also a working sample app noted here -> https://github.com/chetanku/frontend-env which you should be able to "just start up" and work backwards from.