[config/anchor-config-schema-v0.yaml] cannot be opened because it does not exist, in kubernetes cluster
when I tried to deploy sep-server in kubernetes cluster. I got error.
02:05:11.878 INFO - o.s.a.p.c.ConfigManager - reading default configuration values 02:05:12.184 INFO - o.s.a.p.c.ConfigManager - default configuration version=1 02:05:12.209 INFO - o.s.a.p.c.ConfigManager - validating default configuration values 02:05:12.219 INFO - o.s.a.p.c.ConfigManager - reading configuration file from file:/config/dev.services.yaml 02:05:12.760 ERROR - o.s.b.SpringApplication - Application run failed java.lang.IllegalStateException: java.io.FileNotFoundException: class path resource [config/anchor-config-schema-v0.yaml] cannot be opened because it does not exist .....
By following docs tutorial https://developers.stellar.org/platforms/anchor-platform/admin-guide/overview local docker compose seem to run sep-server and platform-serve with postgres but when I tried to deploy in kubernetes cluster, I got above error.
How can I solve this problem?