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