Skip to content

Commit

Permalink
Merge pull request #1508 from facchettos/embedded-typo
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
FabianKramm authored Feb 1, 2024
2 parents 0dfa428 + 0b83425 commit 0084a2b
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 0084a2b

Please sign in to comment.