Skip to content

Commit

Permalink
Remove an exta ' from a service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Rodionov committed Dec 12, 2023
1 parent adec41e commit b2040f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flux-app/templates/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ metadata:
giantswarm.io/monitoring: "true"
giantswarm.io/service_type: managed
helm.sh/chart: {{ include "chart" . }}
name: {{ .Release.Name }}-monitoring'
name: {{ .Release.Name }}-monitoring
namespace: {{ .Release.Namespace }}
spec:
clusterIP: None
Expand Down

0 comments on commit b2040f0

Please sign in to comment.