File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5757 value : " {{ .Values.global.registry_location }}"
5858 - name : " DEIS_REGISTRY_SECRET_PREFIX"
5959 value : " {{ .Values.global.secret_prefix }}"
60- # Set GIT_LOCK_TIMEOUT to number of minutes you want to wait to git push again to the same repository
6160 - name : " GIT_LOCK_TIMEOUT"
61+ {{- if (.Values.git_lock_timeout) }}
62+ value : " {{ .Values.git_lock_timeout }}"
63+ {{- else }}
6264 value : " 10"
65+ {{- end }}
6366 - name : " SLUGBUILDER_IMAGE_NAME"
6467 valueFrom :
6568 configMapKeyRef :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ docker_tag: canary
44# limits_cpu: "100m"
55# limits_memory: "50Mi"
66# builder_pod_node_selector: "disk:ssd"
7+ # git_lock_timeout: 10 # number of minutes you want to wait to git push again to the same repository (default 10)
78
89global :
910 # Experimental feature to toggle using kubernetes ingress instead of the Deis router.
You can’t perform that action at this time.
0 commit comments