mirror of
https://github.com/acedemand/kubernetes-essentials.git
synced 2021-08-24 18:29:57 +03:00
9 lines
125 B
YAML
9 lines
125 B
YAML
apiVersion: v1
|
|
data:
|
|
log.enabled: "1"
|
|
log.type: "debug"
|
|
log.location: "file"
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: logging
|