File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ securityContext:
189
189
podSecurityContext : {}
190
190
191
191
# Loft *agent* default values to use, options can be seen in the loft-agent chart values:
192
- # https://github.com/loft-sh/loft/blob/master /chart/values.yaml
192
+ # https://github.com/loft-sh/loft/blob/main /chart/values.yaml
193
193
# agent values cluster annotations take precedent over these values
194
194
agentValues : {}
195
195
@@ -228,18 +228,18 @@ podDisruptionBudget:
228
228
affinity :
229
229
nodeAffinity :
230
230
preferredDuringSchedulingIgnoredDuringExecution :
231
- - weight : 1
232
- preference :
233
- matchExpressions :
234
- - key : eks.amazonaws.com/capacityType
235
- operator : NotIn
236
- values :
237
- - SPOT
238
- - key : kubernetes.azure.com/scalesetpriority
239
- operator : NotIn
240
- values :
241
- - spot
242
- - key : cloud.google.com/gke-provisioning
243
- operator : NotIn
244
- values :
245
- - spot
231
+ - weight : 1
232
+ preference :
233
+ matchExpressions :
234
+ - key : eks.amazonaws.com/capacityType
235
+ operator : NotIn
236
+ values :
237
+ - SPOT
238
+ - key : kubernetes.azure.com/scalesetpriority
239
+ operator : NotIn
240
+ values :
241
+ - spot
242
+ - key : cloud.google.com/gke-provisioning
243
+ operator : NotIn
244
+ values :
245
+ - spot
You can’t perform that action at this time.
0 commit comments