File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SCF_HELM_VERSION="${SCF_HELM_VERSION:-}"
11
11
SCF_OPERATOR=" ${SCF_OPERATOR:- false} "
12
12
OPERATOR_CHART_URL=" ${OPERATOR_CHART_URL:- latest} "
13
13
14
- GARDEN_ROOTFS_DRIVER=" ${GARDEN_ROOTFS_DRIVER:- btrfs } "
14
+ GARDEN_ROOTFS_DRIVER=" ${GARDEN_ROOTFS_DRIVER:- overlay-xfs } "
15
15
DIEGO_SIZING=" ${DIEGO_SIZING:- $SIZING } "
16
16
STORAGECLASS=" ${STORAGECLASS:- persistent} "
17
17
AUTOSCALER=" ${AUTOSCALER:- false} "
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ if [ "${DEFAULT_STACK}" = "from_chart" ]; then
10
10
export DEFAULT_STACK=$( helm inspect helm/cf/ | grep DEFAULT_STACK | sed ' s~DEFAULT_STACK:~~g' | sed ' s~"~~g' | sed ' s~\s~~g' )
11
11
fi
12
12
13
- if [ " $ENABLE_EIRINI " = false ]; then
14
- GARDEN_ROOTFS_DRIVER=" ${GARDEN_ROOTFS_DRIVER:- overlay-xfs} "
15
- fi
16
-
17
13
domain=$( kubectl get configmap -n kube-system cap-values -o json | jq -r ' .data["domain"]' )
18
14
public_ip=$( kubectl get configmap -n kube-system cap-values -o json | jq -r ' .data["public-ip"]' )
19
15
aux_external_ips=($( kubectl get nodes -o json | jq -r ' .items[].status.addresses[] | select(.type == "InternalIP").address' ) )
You can’t perform that action at this time.
0 commit comments