From c07694d9aab851667ee337c2e61527549f60fc2d Mon Sep 17 00:00:00 2001 From: Wahab Ali Date: Tue, 10 Sep 2024 01:11:58 -0400 Subject: [PATCH] Default installBeachHeadServices=false on aws-standalone-cp template --- config/dev/aws-managedcluster.yaml | 1 + templates/aws-standalone-cp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dev/aws-managedcluster.yaml b/config/dev/aws-managedcluster.yaml index aa1b5efb7..c0ece7fcd 100644 --- a/config/dev/aws-managedcluster.yaml +++ b/config/dev/aws-managedcluster.yaml @@ -13,4 +13,5 @@ spec: worker: instanceType: t3.small workersNumber: 1 + installBeachHeadServices: false template: aws-standalone-cp diff --git a/templates/aws-standalone-cp/values.yaml b/templates/aws-standalone-cp/values.yaml index e7ac91c8a..741228064 100644 --- a/templates/aws-standalone-cp/values.yaml +++ b/templates/aws-standalone-cp/values.yaml @@ -47,4 +47,4 @@ k0s: # Optionally install applications defined under # templates/beachheadservices into target cluster -installBeachHeadServices: true +installBeachHeadServices: false