Skip to content

Commit 9125aea

Browse files
committed
Fix tiltfile
1 parent c2c710b commit 9125aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ k8s_resource(workload="faf-db-migrations", objects=["faf-db-migrations:secret"],
322322
k8s_yaml("tilt/yaml/populate-db.yaml")
323323
k8s_resource(workload="populate-db", resource_deps=["faf-db-migrations"], labels=["database"], auto_init=False, trigger_mode=TRIGGER_MODE_MANUAL)
324324

325-
k8s_yaml(helm_with_build_cache("apps/ergochat", namespace="faf-apps", values=["config/local.yaml"])
325+
k8s_yaml(helm_with_build_cache("apps/ergochat", namespace="faf-apps", values=["config/local.yaml"]))
326326
k8s_resource(new_name="ergochat-config", objects=["ergochat:configmap", "ergochat:secret"], labels=["chat"])
327327
k8s_resource(workload="ergochat", objects=["ergochat-webirc:ingressroute"], resource_deps=["traefik"] + mariadb_setup_resources, port_forwards=["8097:8097"], labels=["chat"])
328328

0 commit comments

Comments
 (0)