Skip to content

Commit da86b5f

Browse files
committed
Change local myApp example
1 parent a6ef499 commit da86b5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/helm/applications/my-app.yaml

+2
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

+1-1
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)