From 0859873c23bf81f48441e98561e573fe12a28df1 Mon Sep 17 00:00:00 2001 From: Wahab Ali Date: Tue, 27 Aug 2024 09:24:33 -0400 Subject: [PATCH] Enable installation of apps into target cluster true for dev --- config/dev/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dev/deployment.yaml b/config/dev/deployment.yaml index 58ba18e32..c764f5450 100644 --- a/config/dev/deployment.yaml +++ b/config/dev/deployment.yaml @@ -15,3 +15,4 @@ spec: worker: amiID: ami-02f3416038bdb17fb instanceType: t3.small + installApps: true