feat: set default in chart (#1389)
Ref #963 Ref #899 Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									1c726ae20c
								
							
						
					
					
						commit
						0caa0315c6
					
				|  | @ -45,6 +45,7 @@ spec: | |||
|         - "--leader-election-id={{ .Values.leaderElectionId }}" | ||||
|         {{- end }} | ||||
|         - "--sync-period={{ .Values.syncPeriod }}" | ||||
|         - "--default-scale-down-delay={{ .Values.defaultScaleDownDelay }}" | ||||
|         - "--docker-image={{ .Values.image.dindSidecarRepositoryAndTag }}" | ||||
|         - "--runner-image={{ .Values.image.actionsRunnerRepositoryAndTag }}" | ||||
|         {{- range .Values.image.actionsRunnerImagePullSecrets }} | ||||
|  |  | |||
|  | @ -7,6 +7,7 @@ labels: {} | |||
| replicaCount: 1 | ||||
| 
 | ||||
| syncPeriod: 10m | ||||
| defaultScaleDownDelay: 10m | ||||
| 
 | ||||
| enableLeaderElection: true | ||||
| # Specifies the controller id for leader election. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue