75c860fd by Adam Heath

Don't call helmfile at the top level.

1 parent 00dfcf4a
...@@ -39,4 +39,4 @@ docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-master-2 k3s-master-3 ...@@ -39,4 +39,4 @@ docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-master-2 k3s-master-3
39 39
40 cd "$TOP_DIR" 40 cd "$TOP_DIR"
41 41
42 helmfile --debug apply 42 #helmfile apply
......