gcloud-lab/infrastructure/controllers/base/keda/release-keda.yaml
2026-04-20 03:36:34 +00:00

19 lines
352 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: keda
namespace: keda
spec:
interval: 1h
chart:
spec:
chart: keda
version: ">= 2.14.0"
sourceRef:
kind: HelmRepository
name: kedacore
install:
createNamespace: true
crds: CreateReplace
upgrade:
crds: CreateReplace