Skip to content

Commit

Permalink
Fix Tiltfile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Dec 9, 2022
1 parent c158520 commit 08ae02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def deploy_worker_templates(template, substitutions):
else:
calico_values = "./templates/addons/calico/values.yaml"
flavor_cmd += "; " + helm_cmd + " repo add projectcalico https://projectcalico.docs.tigera.io/charts; " + helm_cmd + " --kubeconfig ./${CLUSTER_NAME}.kubeconfig install calico projectcalico/tigera-operator -f " + calico_values + " --namespace tigera-operator --create-namespace; kubectl --kubeconfig ./${CLUSTER_NAME}.kubeconfig apply -f ./templates/addons/calico/felix-override.yaml"

# TODO: remove extra config once the azure-cloud-provider Helm chart release support VMSS Flex.
if "external-cloud-provider" in flavor_name or "flex" in flavor_name:
flavor_cmd += "; " + helm_cmd + " --kubeconfig ./${CLUSTER_NAME}.kubeconfig install --repo https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo cloud-provider-azure --generate-name --set infra.clusterName=${CLUSTER_NAME}" + \
Expand Down

0 comments on commit 08ae02c

Please sign in to comment.