Revert "feat: add support for custom annotations to the created service account"

This reverts commit 8dc926bf1b.
This commit is contained in:
Dağlar Berk Erdem 2024-12-13 23:52:41 +03:00
parent f2177d4f1d
commit f87ae2e6af

View File

@ -4,10 +4,6 @@ kind: ServiceAccount
metadata:
name: {{ include "clearmlAgent.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- with .Values.agentk8sglue.serviceAccountAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
---
apiVersion: rbac.authorization.k8s.io/v1