Skip to content

Commit

Permalink
Fix cl-go-dataplane image path
Browse files Browse the repository at this point in the history
Signed-off-by: Pravein Govindan Kannan <[email protected]>
  • Loading branch information
praveingk authored Feb 27, 2024
1 parent 2223d71 commit c1979af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bootstrap/platform/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
- name: dataplane
image: {{.containerRegistry}}{{
if (eq .dataplaneType .dataplaneTypeEnvoy) }}cl-dataplane{{
else }}{{.containerRegistry}}cl-go-dataplane{{ end }}
else }}cl-go-dataplane{{ end }}
args: ["--log-level", "{{.logLevel}}", "--controlplane-host", "cl-controlplane"]
imagePullPolicy: IfNotPresent
ports:
Expand Down

0 comments on commit c1979af

Please sign in to comment.