mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +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
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
source:
|
sources:
|
||||||
repoURL: git@github.com:amkartashov/gf-k8s.git
|
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
||||||
targetRevision: main
|
targetRevision: test-chart-v0.0.1
|
||||||
path: state/gullfaxi/apps/test/manifests/
|
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