Skip to content

Commit

Permalink
Remove automountServiceAccountToken not necessary anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jun 3, 2022
1 parent 3c27ebc commit 521f0cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion helm/botkube/templates/serviceaccount.yaml
Expand Up @@ -11,4 +11,3 @@ metadata:
helm.sh/chart: {{ include "botkube.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
4 changes: 0 additions & 4 deletions helm/botkube/values.yaml
Expand Up @@ -35,7 +35,6 @@ containerSecurityContext:

kubeconfig:
# If true, enables overriding the kubernetes auth.
# NOTE: Remember to set automountServiceAccountToken to false.
enabled: false
# A base64 encoded kubeconfig that will be stored in a secret, mounted to the pod, and specified in the KUBECONFIG environment variable.
base64Config: ""
Expand All @@ -45,9 +44,6 @@ kubeconfig:
# config: {base64_encoded_kubeconfig}
existingSecret: ""

# Use this to override the default behavior of the service account. It MUST be disabled when using kubeconfig.enabled.
automountServiceAccountToken: true

# set one of the log levels- info, warn, debug, error, fatal, panic
logLevel: info

Expand Down

0 comments on commit 521f0cb

Please sign in to comment.