kubernetes-yaml/description/Configuration/ConfigMaps/example-mysql.yml

9 lines
127 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: example-mysql
namespace: mysql
data:
MYSQL_DATABASE: app
immutable: true