feat: adding helm config for dind sidecar (#232)
Co-authored-by: Callum Tait <callum.tait@PBXUK-HH-05772.photobox.priv>
This commit is contained in:
		
							parent
							
								
									8d6f77e07c
								
							
						
					
					
						commit
						fb49bbda75
					
				|  | @ -33,6 +33,7 @@ spec: | |||
|         - "--metrics-addr=127.0.0.1:8080" | ||||
|         - "--enable-leader-election" | ||||
|         - "--sync-period={{ .Values.syncPeriod }}" | ||||
|         - "--docker-image={{ .Values.image.dindSidecarRepositoryAndTag }}" | ||||
|         command: | ||||
|         - "/manager" | ||||
|         env: | ||||
|  |  | |||
|  | @ -8,9 +8,10 @@ syncPeriod: 10m | |||
| 
 | ||||
| image: | ||||
|   repository: summerwind/actions-runner-controller | ||||
|   # Overrides the manager image tag whose default is the chart appVersion if the tag key is commented out | ||||
|   tag: "latest" | ||||
|   dindSidecarRepositoryAndTag: "docker:dind" | ||||
|   pullPolicy: IfNotPresent | ||||
|   # Overrides the image tag whose default is the chart appVersion. | ||||
|   tag: "" | ||||
| 
 | ||||
| imagePullSecrets: [] | ||||
| nameOverride: "" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue