Gluttony-Cluster/prometheus/prometheous-operator-helmrelease.yaml
Tyler Perkins e0e689e089
All checks were successful
continuous-integration/drone/push Build is passing
Remove config options on prometheus
2024-05-24 22:45:17 -04:00

17 lines
403 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: kube-prometheus-stack
namespace: prometheus-ns
spec:
interval: 1m
chart:
spec:
chart: kube-prometheus-stack
version: "<chart-version>" # Specify the version you want to deploy
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
values: {}