Kubernetes ENV Configurations (YAML)

0
Hi everyone,   I have a question on an issue while trying to configure a kubernetes ENV. Following this link https://github.com/mendix/m2ee-tools/blob/develop/examples/full-documented-m2ee.yaml there are some samples on the yaml configurations on MXRuntime MicroflowConstants. From the Mendix application created, there are 3 constants that we would like to add into the env like this sample "Sales.CONST_Username:SampleUsername",  "Sales.CONST_Password:Consultant.98!",  "Sales.CONST_URL_Server:https://MyURL-api.cloud"   In the Kubernetes ENV, it has been set like this with the value being set also the same as the constant value being set int the application.   However, the error log always shows Warning - Configuration: Unknown configuration setting for Sales.Constant.Username Sales.Constant.Password Sales.Constant.URL.Server   Is there something wrong with the configuration in yaml files or in the kubernetes env?   Thanks in advance.
asked
0 answers