Fix indentation of startupProbe attributes in dind sidecar
This commit is contained in:
		
							parent
							
								
									bc6c23609a
								
							
						
					
					
						commit
						044476a880
					
				|  | @ -113,9 +113,9 @@ startupProbe: | |||
|     command: | ||||
|       - docker | ||||
|       - info | ||||
|     initialDelaySeconds: 0 | ||||
|     failureThreshold: 24 | ||||
|     periodSeconds: 5 | ||||
|   initialDelaySeconds: 0 | ||||
|   failureThreshold: 24 | ||||
|   periodSeconds: 5 | ||||
| {{- end }} | ||||
| volumeMounts: | ||||
|   - name: work | ||||
|  |  | |||
|  | @ -326,9 +326,9 @@ template: | |||
|   ##           command: | ||||
|   ##             - docker | ||||
|   ##             - info | ||||
|   ##           initialDelaySeconds: 0 | ||||
|   ##           failureThreshold: 24 | ||||
|   ##           periodSeconds: 5 | ||||
| ##           initialDelaySeconds: 0 | ||||
| ##           failureThreshold: 24 | ||||
| ##           periodSeconds: 5 | ||||
|   ##     containers: | ||||
|   ##     - name: runner | ||||
|   ##       image: ghcr.io/actions/actions-runner:latest | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue