From 69fd46dc1d6f21142d3056355390dc34d811c648 Mon Sep 17 00:00:00 2001 From: danysprof <85056305+danysprof@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:53:10 +0300 Subject: [PATCH] removed hardcoded namespace from agent service account Hardcoded namespace in agent service account prevented the agents from starting properly if installed in non default namespace. --- charts/site24x7agent/templates/site24x7-agent.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/site24x7agent/templates/site24x7-agent.yaml b/charts/site24x7agent/templates/site24x7-agent.yaml index ff1eea8..985cbbb 100644 --- a/charts/site24x7agent/templates/site24x7-agent.yaml +++ b/charts/site24x7agent/templates/site24x7-agent.yaml @@ -3,7 +3,6 @@ apiVersion: v1 kind: ServiceAccount metadata: name: site24x7 - namespace: default automountServiceAccountToken: true --- apiVersion: {{ .Values.apiversion }}