From 27c3246e84fac3680fe9a5d3375bbb1daea36959 Mon Sep 17 00:00:00 2001 From: Dag Andersen Date: Sun, 28 Apr 2024 15:01:24 +0200 Subject: [PATCH] Change local myApp example --- examples/helm/applications/my-app.yaml | 2 ++ examples/helm/values/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/helm/applications/my-app.yaml b/examples/helm/applications/my-app.yaml index dbd4196..3f8e906 100644 --- a/examples/helm/applications/my-app.yaml +++ b/examples/helm/applications/my-app.yaml @@ -16,3 +16,5 @@ spec: helm: valueFiles: - $local-files/examples/helm/values/values.yaml + valuesObject: + replicaCount: 5 diff --git a/examples/helm/values/values.yaml b/examples/helm/values/values.yaml index b78ca22..37c06df 100644 --- a/examples/helm/values/values.yaml +++ b/examples/helm/values/values.yaml @@ -1 +1 @@ -fullnameOverride: super-app-name +fullnameOverride: new-app-name