Skip to content

Commit

Permalink
update vendir configs in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Dec 26, 2023
1 parent 63534b1 commit 7a7de72
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ directories:
tags:
- v2.7.3
path: .
path: ytt/argocd
path: envs/mykso/dev/_apps/argocd/vendor/ytt/argocd
kind: LockConfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ directories:
- contents:
- directory: {}
path: .
path: charts/render-test
path: envs/dev/_apps/helm-installation/vendor/charts/render-test
kind: LockConfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: charts/render-test
- path: envs/dev/_apps/helm-installation/vendor/charts/render-test
contents:
- path: .
directory:
name: render-test
path: ../../../../../../charts/render-test-chart
path: ../charts/render-test-chart
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ directories:
- path: .
directory:
name: #@ app.name
path: ../../../../../../charts/render-test-chart
path: ../charts/render-test-chart
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ directories:
appVersion: v2.2.2
version: 0.1.1
path: .
path: charts/httpbingo
path: envs/dev/_apps/httpbingo/vendor/charts/httpbingo
kind: LockConfig
2 changes: 1 addition & 1 deletion examples/simple/envs/dev/_apps/httpbingo/.myks/vendir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: charts/httpbingo
- path: envs/dev/_apps/httpbingo/vendor/charts/httpbingo
contents:
- path: .
helmChart:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ directories:
appVersion: v2.2.2
version: 0.1.0
path: .
path: charts/httpbingo
path: envs/prod/_apps/httpbingo/vendor/charts/httpbingo
kind: LockConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: charts/httpbingo
- path: envs/prod/_apps/httpbingo/vendor/charts/httpbingo
contents:
- path: .
helmChart:
Expand Down

0 comments on commit 7a7de72

Please sign in to comment.