# env defines the environment variables that will be declared in the pod
env:
urls:
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
configmap:
- name:ConnectionString
key:catalog__ConnectionString
- name:PicBaseUrl
key:catalog__PicBaseUrl
- name:AzureStorageEnabled
key:catalog__AzureStorageEnabled
- name:ApplicationInsights__InstrumentationKey
key:all__InstrumentationKey
- name:EventBusConnection
key:all__EventBusConnection
- name:AzureServiceBusEnabled
key:all__UseAzureServiceBus
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)