Hello there,
I'm doing Deploying Microservices in Kubernetes and OCI Supporting Features Workshop. In the part I step 6, I use deploy bash to use helm command to deploy actual application. But stockmanager pod is is keeping CrashLoopBackOff. I checked pod log and found following java exception:
java.util.NoSuchElementException: Cannot find value for key: app.department
So is this my setup issue or it's image issue? Is there any solution for this issue?
Thank you,
Yong