Skip to content

Commit be7f5df

Browse files
committed
[skip ci] repo-sync
1 parent 9f8db82 commit be7f5df

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

chart/values.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ securityContext:
189189
podSecurityContext: {}
190190

191191
# 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
193193
# agent values cluster annotations take precedent over these values
194194
agentValues: {}
195195

@@ -228,18 +228,18 @@ podDisruptionBudget:
228228
affinity:
229229
nodeAffinity:
230230
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

0 commit comments

Comments
 (0)