removed workflow
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
This commit is contained in:
@@ -46,7 +46,7 @@ statefulset:
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
extraVolumes: []
|
||||
#securityContext: {}
|
||||
securityContext: {}
|
||||
|
||||
actRunner:
|
||||
registry: "docker.gitea.com"
|
||||
@@ -83,9 +83,11 @@ statefulset:
|
||||
|
||||
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
|
||||
# See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
|
||||
extraEnvs: []
|
||||
extraEnvs:
|
||||
# - name: "DOCKER_IPTABLES_LEGACY"
|
||||
# value: "1"
|
||||
- name: DOCKER_OPTS
|
||||
value: "--iptables=false --ip-forward=false"
|
||||
|
||||
persistence:
|
||||
size: 1Gi
|
||||
|
||||
Reference in New Issue
Block a user