diff --git a/helm/core-ui-middleware/templates/serviceaccount.yaml b/helm/core-ui-middleware/templates/serviceaccount.yaml deleted file mode 100644 index b606f554d0af6af918af98b71882d40104a63ddb..0000000000000000000000000000000000000000 --- a/helm/core-ui-middleware/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "core-ui-middleware.serviceAccountName" . }} - labels: - {{- include "core-ui-middleware.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/helm/core-ui-middleware/values.yaml b/helm/core-ui-middleware/values.yaml index 0943871144357881fc206dda219e82be9d068e1f..c1a5773c456858251fba6c5147bab829e39a87fd 100644 --- a/helm/core-ui-middleware/values.yaml +++ b/helm/core-ui-middleware/values.yaml @@ -23,15 +23,6 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - podAnnotations: logging.open-xchange.com/format: "appsuite-json"