File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- 1.5.7
1+ 1.5.8
Original file line number Diff line number Diff line change 1- 1.5.7
1+ 1.5.8
Original file line number Diff line number Diff line change 131131# AvailabilityZone:
132132# GoogleServiceAccount:
133133# AwsAccessKeyId:
134- # AwsSecretAccessKey:
134+ # AwsSecretAccessKey:
135+ # Encrypted: # encrypt volume, default is false
135136# VolumeProvisioner:
136137# Image: codefresh/dind-volume-provisioner:v23
137138# NodeSelector:
180181# AvailabilityZone: us-east-1d
181182# AwsAccessKeyId: ABCDF
182183# AwsSecretAccessKey: ZYXWV
184+ # Encrypted: # encrypt volume, default is false
183185# VolumeProvisioner:
184186# NodeSelector: kubernetes.io/role=master
185187# NodeSelector: failure-domain.beta.kubernetes.io/zone=us-east-1d
248250# ServiceAccount: # will be used by the engine and dind pods
249251# Annotations:
250252# foo: bar
253+ # AdditionalEnvVars: # will be set on engine and dind pods
254+ # SOME_VAR: SOME_VALUE
255+ # resources: # dind pod resources
256+ # limits:
257+ # cpu: 500m
258+ # memory: 1200Mi
259+ # requests:
260+ # cpu: 200m
261+ # memory: 500Mi
251262
252263
253264# #######################################################
You can’t perform that action at this time.
0 commit comments