Files
the_order/infra/k8s/base/configmap.yaml

11 lines
170 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: the-order-config
namespace: the-order
data:
# Add configuration data here
LOG_LEVEL: "info"
ENVIRONMENT: "base"