Skip to content

Commit f76e2d1

Browse files
committed
Generalize Helm chart and Argo CD Application
Move ./hershey-park to ./theme-park-api. Update Argo CD to point to new location. Update Argo CD to use a different values.yaml file.
1 parent faf7545 commit f76e2d1

File tree

6 files changed

+4
-1
lines changed

6 files changed

+4
-1
lines changed

gitops/manifests/03-application.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ spec:
1313
# This is necessary if you have multiple directories in a repo and only
1414
# want to deploy a single directory
1515
recurse: false
16-
path: ./hershey-park
16+
helm:
17+
valueFiles:
18+
- values-hershey-park.yaml
19+
path: ./theme-park-api
1720
repoURL: https://github.com/RyanMillerC/deploy-with-openshift-gitops.git
1821
targetRevision: main # Argo will default to `master`
1922
# These sync policy settings allow Argo to prune outdated resoruces and fix
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)