--- apiVersion: v1 kind: ConfigMap metadata: name: example-app-config namespace: example-app data: APP_ENV: "production" LOG_LEVEL: "info"