remove wrong env setup

This commit is contained in:
joosangkim 2024-11-07 10:39:22 +09:00
parent 772051dbf1
commit a691285ab3
No known key found for this signature in database
GPG Key ID: 5E8D0A5C5ECE3311
1 changed files with 0 additions and 3 deletions

View File

@ -101,9 +101,6 @@ args:
- dockerd
- --host=unix:///var/run/docker.sock
- --group=$(DOCKER_GROUP_GID)
env:
- name: DOCKER_GROUP_GID
value: "123"
{{- range $i, $container := .Values.template.spec.containers }}
{{- if eq $container.name "dind" }}
{{- if hasKey $container "resources" }}