Skip to content

Commit

Permalink
Fix istio-operator typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Jun 30, 2020
1 parent be8d5fa commit 803deee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/istio-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: istio-operator
version: 1.0.1
version: 1.0.2
appVersion: 1.6.3
description: A Helm chart for the Istio Operator.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/istio-operator/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "nexus3.fullname" . }}
name: {{ include "istio-operator.fullname" . }}
labels:
{{- include "istio-operator.labels" . | nindent 4 }}
{{- with .Values.serviceMonitor.additionalLabels }}
Expand Down

0 comments on commit 803deee

Please sign in to comment.