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

9 lines
127 B
YAML
Raw Normal View History

2023-12-15 16:39:01 +08:00
apiVersion: v1
kind: ConfigMap
metadata:
name: example-mysql
namespace: mysql
data:
MYSQL_DATABASE: app
immutable: true