Skip to content

Commit

Permalink
fix: relative path to Helm value files
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 18, 2024
1 parent c9695f3 commit f309d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocp/deployments/helm_basic_application_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
path: ocp/helm-charts/number-service
helm:
valueFiles:
- ../deployments/helm/basic/number-service.yaml
- ../../deployments/helm/basic/number-service.yaml
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion ocp/deployments/helm_basic_application_view.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
path: ocp/helm-charts/view-service
helm:
valueFiles:
- ../deployments/helm/basic/view-service.yaml
- ../../deployments/helm/basic/view-service.yaml
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit f309d58

Please sign in to comment.