Skip to content

Commit

Permalink
🦜 Fix/prometheus 🦜 (#33)
Browse files Browse the repository at this point in the history
* πŸ¦‚ add prometheus subcription back πŸ¦‚
  • Loading branch information
eformat authored Apr 25, 2020
1 parent 79a0623 commit aee3878
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/argocd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.5.2
description: A Helm chart for customising the deployment of the ArgoCD Operator βš“οΈ
name: argocd-operator
version: 0.0.4
version: 0.0.5
home: https://github.com/rht-labs/helm-charts
maintainers:
- name: springdo
Expand Down
14 changes: 14 additions & 0 deletions charts/argocd-operator/templates/PrometheusSubscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
{{- if .Values.metrics.enabled }}
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: prometheus-operator
spec:
channel: beta
installPlanApproval: Automatic
name: prometheus
source: community-operators
sourceNamespace: openshift-marketplace
startingCSV: {{ .Values.metrics.prometheus.version | quote }}
{{- end }}

0 comments on commit aee3878

Please sign in to comment.