Skip to content

Commit 199f550

Browse files
committed
Change local myApp example
1 parent 5d4886e commit 199f550

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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)