diff --git a/helm/templates/worker/deployment.yaml b/helm/templates/worker/deployment.yaml index 622b085..04d7f52 100644 --- a/helm/templates/worker/deployment.yaml +++ b/helm/templates/worker/deployment.yaml @@ -15,7 +15,7 @@ spec: labels: worker: "true" spec: - serviceAccountName: apiserver + serviceAccountName: controller-manager containers: - name: wardle-server image: {{ .Values.worker.image.repository }}:{{ .Values.worker.image.tag }}