Skip to content
Snippets Groups Projects
Commit f7d1f637 authored by michael.koch's avatar michael.koch
Browse files

Remove unused service account

parent 349d8c1a
No related branches found
No related tags found
No related merge requests found
{{- 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 }}
...@@ -23,15 +23,6 @@ imagePullSecrets: [] ...@@ -23,15 +23,6 @@ imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" 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: podAnnotations:
logging.open-xchange.com/format: "appsuite-json" logging.open-xchange.com/format: "appsuite-json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment