Add kobs
This commit is contained in:
parent
46818e10c5
commit
3b6d6834b1
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: kobs
|
||||
namespace: kobs
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: kobs
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: kobs
|
||||
version: 0.11.0
|
||||
interval: 1m0s
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: kobs
|
||||
namespace: kobs
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: kobs
|
Loading…
Reference in New Issue