e2e: Update RunnerSet template for rootless-dind test
This commit is contained in:
		
							parent
							
								
									f73713859c
								
							
						
					
					
						commit
						f8e07c7fe4
					
				|  | @ -155,19 +155,19 @@ spec: | ||||||
|           # https://github.com/actions/setup-go/blob/56a61c9834b4a4950dbbf4740af0b8a98c73b768/src/installer.ts#L144 |           # https://github.com/actions/setup-go/blob/56a61c9834b4a4950dbbf4740af0b8a98c73b768/src/installer.ts#L144 | ||||||
|           mountPath: "/opt/hostedtoolcache" |           mountPath: "/opt/hostedtoolcache" | ||||||
|       # Valid only when dockerdWithinRunnerContainer=false |       # Valid only when dockerdWithinRunnerContainer=false | ||||||
|       - name: docker |       # - name: docker | ||||||
|         # PV-backed runner work dir |       #   # PV-backed runner work dir | ||||||
|         volumeMounts: |       #   volumeMounts: | ||||||
|         - name: work |       #   - name: work | ||||||
|           mountPath: /runner/_work |       #     mountPath: /runner/_work | ||||||
|         # Cache docker image layers, in case dockerdWithinRunnerContainer=false |       #   # Cache docker image layers, in case dockerdWithinRunnerContainer=false | ||||||
|         - name: var-lib-docker |       #   - name: var-lib-docker | ||||||
|           mountPath: /var/lib/docker |       #     mountPath: /var/lib/docker | ||||||
|         # image: mumoshu/actions-runner-dind:dev |       #   # image: mumoshu/actions-runner-dind:dev | ||||||
| 
 | 
 | ||||||
|         # For buildx cache |       #   # For buildx cache | ||||||
|         - name: cache |       #   - name: cache | ||||||
|           mountPath: "/home/runner/.cache" |       #     mountPath: "/home/runner/.cache" | ||||||
|         # Comment out the ephemeral work volume if you're going to test the kubernetes container mode |         # Comment out the ephemeral work volume if you're going to test the kubernetes container mode | ||||||
|       # volumes: |       # volumes: | ||||||
|       # - name: work |       # - name: work | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue