apiVersion: v1
kind: ConfigMap
metadata:
  name: sample-config
data:
  APP_ENV: sample
  LOG_LEVEL: info
