Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Sep 19, 2024
1 parent 1f8fb57 commit 3abc9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/victoria-metrics-operator/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
port: {{ .Values.service.servicePort }}
targetPort: http
protocol: TCP
- name: {{ .Values.service.webhookPort }}
- name: webhook
port: {{ .Values.service.webhookPort }}
targetPort: webhook
selector: {{ include "vm-operator.selectorLabels" . | nindent 4 }}
2 changes: 1 addition & 1 deletion charts/victoria-metrics-operator/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ webhooks:
namespace: {{ include "vm.namespace" $ }}
name: {{ include "vm-operator.fullname" $ }}
path: /validate-operator-victoriametrics-com-v1beta1-{{ $name }}
port: 9443
port: {{ .Values.service.webhookPort }}
{{- if not $.Values.admissionWebhooks.certManager.enabled }}
caBundle: {{ $tls.caCert }}
{{- end }}
Expand Down

0 comments on commit 3abc9da

Please sign in to comment.