use chart path
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
ab618e8b2e
commit
a5b5bea9e5
|
@ -2,12 +2,12 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: futureporn-helmrepo
|
name: futureporn-helmrepo
|
||||||
namespace: futureporn
|
namespace: futureporn
|
||||||
spec:
|
spec:
|
||||||
releaseName: fp
|
releaseName: fp
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: fp
|
chart: charts/fp
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: fp
|
name: fp
|
||||||
|
|
|
@ -11,4 +11,4 @@ spec:
|
||||||
# exclude all
|
# exclude all
|
||||||
/*
|
/*
|
||||||
# include charts directory
|
# include charts directory
|
||||||
!/charts/
|
!/charts/
|
||||||
|
|
Loading…
Reference in New Issue