Files
k8straining/configmap.yaml
2025-11-13 22:21:23 +13:00

10 lines
184 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: app-config
data:
APP_COLOR: blue
APP_MODE: production
# oops, this key should be APP_VERSION but it's wrong
APP_VERSOIN: "1.0"