2024-02-29 13:56:11 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: taiga
|
|
|
|
namespace: stackspout
|
|
|
|
spec:
|
|
|
|
releaseName: taiga
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: taiga
|
2024-03-04 14:18:51 +00:00
|
|
|
version: 6.4.3
|
2024-02-29 13:56:11 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: nemonik
|
|
|
|
namespace: flux-system
|
|
|
|
interval: 5m
|
|
|
|
valuesFrom:
|
|
|
|
- kind: ConfigMap
|
|
|
|
name: stackspin-taiga-values
|
|
|
|
optional: false
|
|
|
|
# Allow overriding values by ConfigMap or Secret
|
|
|
|
- kind: ConfigMap
|
|
|
|
name: stackspin-taiga-override
|
|
|
|
optional: true
|
|
|
|
- kind: Secret
|
|
|
|
name: stackspin-taiga-override
|
|
|
|
optional: true
|