Skip to content

Commit

Permalink
🐛 Removed extra 'metrics'
Browse files Browse the repository at this point in the history
Signed-off-by: afreyermuth98 <[email protected]>
  • Loading branch information
afreyermuth98 committed Dec 10, 2024
1 parent c0cbeb7 commit 2682e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/k6-operator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ metadata:
app.kubernetes.io/component: controller
{{- include "k6-operator.labels" . | nindent 4 }}
{{- include "k6-operator.customLabels" . | default "" | nindent 4 }}
{{- with .Values.metrics.service.annotations }}
{{- with .Values.service.annotations }}
{{ toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- include "k6-operator.customAnnotations" . | default "" | nindent 4 }}
{{- with .Values.metrics.service.annotations }}
{{- with .Values.service.annotations }}
{{ toYaml . | nindent 4 }}
{{- end }}
spec:
Expand Down

0 comments on commit 2682e43

Please sign in to comment.