Skip to content

Commit

Permalink
Fix Issue #86 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
unxnn authored Jan 24, 2022
1 parent 7eabdc4 commit bbc830d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion charts/operator/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbc830d

Please sign in to comment.