From 17b92889f508764bee3745e7881c7feb41fe5e57 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 c056592..eb3e7e7 100644 --- a/examples/helm/values/values.yaml +++ b/examples/helm/values/values.yaml @@ -1 +1 @@ -fullnameOverride: test-namespace +fullnameOverride: new-namespace