stackspout/apps/meet/calcom/calcom-release.yaml

29 lines
711 B
YAML
Raw Normal View History

2022-07-18 14:20:37 +00:00
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: calcom
2022-07-18 14:20:37 +00:00
namespace: stackspout
spec:
releaseName: calcom
2022-07-18 14:20:37 +00:00
chart:
spec:
2024-06-15 11:18:21 +00:00
# https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom-stack/Chart.yaml
chart: calcom-stack
version: 0.3.13
2022-07-18 14:20:37 +00:00
sourceRef:
kind: HelmRepository
name: calcom
2022-07-18 14:20:37 +00:00
namespace: flux-system
interval: 5m
valuesFrom:
2022-07-18 20:38:00 +00:00
- kind: ConfigMap
2024-02-19 14:25:46 +00:00
name: stackspin-calcom-values
2022-07-18 14:20:37 +00:00
optional: false
# Allow overriding values by ConfigMap or Secret
- kind: ConfigMap
2024-02-19 14:25:46 +00:00
name: stackspin-calcom-override
2022-07-18 14:20:37 +00:00
optional: true
- kind: Secret
2024-02-19 14:25:46 +00:00
name: stackspin-calcom-override
2022-07-18 14:20:37 +00:00
optional: true