diff --git a/dlt-adapter/templates/serviceaccount.yaml b/dlt-adapter/templates/serviceaccount.yaml deleted file mode 100644 index 1f4dcf8..0000000 --- a/dlt-adapter/templates/serviceaccount.yaml +++ /dev/null @@ -1,13 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "dlt-adapter.serviceAccountName" . }} - labels: - {{- include "dlt-adapter.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -automountServiceAccountToken: {{ .Values.serviceAccount.automount }} -{{- end }} diff --git a/dlt-adapter/values.yml b/dlt-adapter/values.yml index 5e90b4d..0bf77d1 100644 --- a/dlt-adapter/values.yml +++ b/dlt-adapter/values.yml @@ -54,15 +54,6 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" -serviceAccount: - # Specifies whether a service account should be created - create: false - # 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: {} podSecurityContext: {}