All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 9s
12 lines
185 B
YAML
12 lines
185 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: docker-daemon-ipv6
|
|
namespace: git-ops
|
|
data:
|
|
daemon.json: |
|
|
{
|
|
"ipv6": true,
|
|
"fixed-cidr-v6": "2001:db8:1::/64"
|
|
}
|