mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
test: test chart and values from same repo, different refs
This commit is contained in:
parent
ad7eb589b3
commit
c1ecb8bd37
4 changed files with 10 additions and 4 deletions
|
|
@ -13,7 +13,13 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
source:
|
||||
repoURL: git@github.com:amkartashov/gf-k8s.git
|
||||
targetRevision: main
|
||||
path: state/gullfaxi/apps/test/manifests/
|
||||
sources:
|
||||
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
||||
targetRevision: test-chart-v0.0.1
|
||||
path: state/gullfaxi/apps/test/manifests/
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/state/gullfaxi/apps/test/values.yaml
|
||||
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
|
|
|
|||
0
state/gullfaxi/apps/test/values.yaml
Normal file
0
state/gullfaxi/apps/test/values.yaml
Normal file
Loading…
Reference in a new issue