diff --git a/charts/draftd/templates/deployment.yaml b/charts/draftd/templates/deployment.yaml index a0bb61d..7f03b99 100644 --- a/charts/draftd/templates/deployment.yaml +++ b/charts/draftd/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: dind image: docker:17.05.0-ce-dind args: - - --insecure-registry=10.0.0.0/24 + - --insecure-registry=10.96.0.0/12,10.0.0.0/24 env: - name: DOCKER_DRIVER value: overlay diff --git a/cmd/draft/installer/templates.go b/cmd/draft/installer/templates.go index ef2a707..bc342fd 100644 --- a/cmd/draft/installer/templates.go +++ b/cmd/draft/installer/templates.go @@ -125,7 +125,7 @@ spec: - name: dind image: docker:17.05.0-ce-dind args: - - --insecure-registry=10.0.0.0/24 + - --insecure-registry=10.96.0.0/12,10.0.0.0/24 env: - name: DOCKER_DRIVER value: overlay