messing with sources
This commit is contained in:
parent
5ce67156d9
commit
69c3741c6a
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
***REMOVED***
|
||||
name: kimai2
|
||||
name: kimai
|
||||
namespace: kimai
|
||||
spec:
|
||||
interval: 30m
|
||||
|
|
@ -9,12 +9,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: kimai2
|
||||
version: "*"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: kimai2
|
||||
namespace: flux-system
|
||||
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: kimai-values
|
||||
name: robjuz
|
||||
namespace: flux-system
|
||||
8
infrastructure/sources/robjuz.yaml
Normal file
8
infrastructure/sources/robjuz.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
***REMOVED***
|
||||
name: robjuz
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 12h
|
||||
url: https://robjuz.github.io/helm-charts/
|
||||
Loading…
Reference in a new issue