Skip to content

Commit 231e29e

Browse files
committed
Change local myApp example
1 parent bc7a3c4 commit 231e29e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

examples/helm/applications/my-app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ spec:
1616
helm:
1717
valueFiles:
1818
- $local-files/examples/helm/values/values.yaml
19+
valuesObject:
20+
replicaCount: 5

examples/helm/values/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fullnameOverride: super-app-name
1+
fullnameOverride: new-app-name

0 commit comments

Comments
 (0)