Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Feb 1, 2024
1 parent 0dfa428 commit 0b83425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/eks/templates/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ spec:
- --kube-config=/pki/admin.conf
- --service-account=vc-workload-{{ .Release.Name }}
{{- if .Values.embeddedEtcd.migrateFromEtcd }}
- --migrate-from=https://{{ .Release.Name }}-etcd:2379'
- --migrate-from=https://{{ .Release.Name }}-etcd:2379
{{- end }}
{{- include "vcluster.legacyPlugins.args" . | indent 10 }}
{{- include "vcluster.serviceMapping.fromHost" . | indent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s/templates/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
- --kube-config=/pki/admin.conf
- --service-account=vc-workload-{{ .Release.Name }}
{{- if .Values.embeddedEtcd.migrateFromEtcd }}
- --migrate-from=https://{{ .Release.Name }}-etcd:2379'
- --migrate-from=https://{{ .Release.Name }}-etcd:2379
{{- end }}
{{- include "vcluster.legacyPlugins.args" . | indent 10 }}
{{- include "vcluster.serviceMapping.fromHost" . | indent 10 }}
Expand Down

0 comments on commit 0b83425

Please sign in to comment.