From bcd9f800bf1ed19e7fd4143e682856346753ec84 Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Date: Tue, 28 Jan 2020 16:36:32 +0100 Subject: [PATCH] Rename submariner engine daemonset to submariner-gateyway In previous upstream discussions we talked about renaming submariner engine "deployment" (now daemonset) to submariner-gateway to make identification of the gateway easier to admins and avoid confusion. Also see: https://github.com/submariner-io/submariner-operator/pull/145 --- submariner/templates/engine-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submariner/templates/engine-deploy.yaml b/submariner/templates/engine-deploy.yaml index 7bba5f4..8b8b8c0 100644 --- a/submariner/templates/engine-deploy.yaml +++ b/submariner/templates/engine-deploy.yaml @@ -7,7 +7,7 @@ metadata: chart: {{ template "submariner.chart" . }} app: {{ template "submariner.fullname" . }}-engine component: engine - name: {{ template "submariner.fullname" . }} + name: {{ template "submariner.fullname" . }}-gateway spec: revisionHistoryLimit: 5 selector: