From bbc830dec63f46cf88d681c0ea121fb2a17cc9cf Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 24 Jan 2022 11:33:28 +0300 Subject: [PATCH] Fix Issue #86 (#87) --- charts/operator/Chart.lock | 2 +- charts/operator/templates/servicemonitor.yaml | 1 - charts/operator/values.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/operator/Chart.lock b/charts/operator/Chart.lock index 3b516c57a..874dfb442 100644 --- a/charts/operator/Chart.lock +++ b/charts/operator/Chart.lock @@ -18,4 +18,4 @@ dependencies: repository: https://charts.stakewise.io version: 0.1.0 digest: sha256:63ee3d2a57b2ccb0eff0c4b687c58eb6064cd608d217857d136cfea7bb5fcb44 -generated: "2021-12-15T12:32:57.117273+03:00" +generated: "2022-01-24T10:23:08.446034+03:00" diff --git a/charts/operator/templates/servicemonitor.yaml b/charts/operator/templates/servicemonitor.yaml index 72267b363..6f3e276a9 100644 --- a/charts/operator/templates/servicemonitor.yaml +++ b/charts/operator/templates/servicemonitor.yaml @@ -10,7 +10,6 @@ metadata: {{- end }} labels: {{- include "operator.labels" . | nindent 4 }} - {{- include "validator.labels" . | nindent 4 }} {{- if .Values.metrics.serviceMonitor.additionalLabels }} {{- toYaml .Values.metrics.serviceMonitor.additionalLabels | nindent 4 }} {{- end }} diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index b44ebd2e5..df1ce8c08 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -100,7 +100,7 @@ nodeSelector: {} ## Tolerations for pod assignment ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ ## -tolerations: [] +tolerations: {} ## Affinity for pod assignment ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity