Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb9a436

Browse files
committedMay 27, 2024··
Change local myApp example
1 parent dab8567 commit bb9a436

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)
Please sign in to comment.