Remove values
This commit is contained in:
parent
585ec5c4f3
commit
4cd88cf03c
@ -4,17 +4,16 @@ metadata:
|
||||
name: prometheus-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
project: operators
|
||||
source:
|
||||
repoURL: 'https://github.com/your-org/observability-stack.git'
|
||||
targetRevision: HEAD
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/operators.git
|
||||
path: charts/prometheus-operator
|
||||
targetRevision: master
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/prometheus-operator/values.yaml
|
||||
releaseName: prometheus-operator
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: monitoring
|
||||
namespace: operators
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
replicaCount: 1
|
||||
|
||||
installCRDs: true
|
||||
|
||||
image:
|
||||
repository: docker.elastic.co/eck/eck-operator
|
||||
tag: 2.10.0
|
||||
|
||||
webhook:
|
||||
enabled: true
|
||||
|
||||
certManager:
|
||||
enabled: false
|
||||
|
||||
resources: {}
|
||||
@ -1,8 +0,0 @@
|
||||
fullnameOverride: prometheus-operator
|
||||
grafana:
|
||||
enabled: false
|
||||
prometheus:
|
||||
prometheusSpec:
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
podMonitorSelectorNilUsesHelmValues: false
|
||||
retention: 10d
|
||||
Loading…
x
Reference in New Issue
Block a user