From 3cbbcd7dcea704955e64ef78ae812fe82da84069 Mon Sep 17 00:00:00 2001 From: Alex <36111671+Tjaarda1@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:01:49 +0200 Subject: [PATCH] Update deployOperator.yaml --- deployments/custom-installation/deployOperator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/custom-installation/deployOperator.yaml b/deployments/custom-installation/deployOperator.yaml index 3c1d99f..0e987e9 100644 --- a/deployments/custom-installation/deployOperator.yaml +++ b/deployments/custom-installation/deployOperator.yaml @@ -56,7 +56,7 @@ spec: persistentVolumeClaim: claimName: mysql-pv-claim nodeSelector: - dedicated: master + dedicated: control-plane tolerations: - key: dedicated operator: Equal -- GitLab