mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
19 lines
362 B
YAML
19 lines
362 B
YAML
# /apps/prod/dashboard/release.yaml
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: dashboard
|
|
namespace: dashboard
|
|
spec:
|
|
interval: 12h
|
|
chart:
|
|
spec:
|
|
chart: kubernetes-dashboard
|
|
version: "7.13.0"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: dashboard
|
|
namespace: dashboard
|
|
interval: 12h
|
|
|