Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: retool
description: A Helm chart for Kubernetes
type: application
version: 6.4.2
version: 6.4.3
maintainers:
- name: Retool Engineering
email: engineering+helm@retool.com
Expand Down
1 change: 1 addition & 0 deletions charts/retool/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: {{ .Values.serviceAccount.automountToken }}
metadata:
name: {{ include "retool.serviceAccountName" . }}
labels: {{- include "retool.labels" . | nindent 4 }}
Expand Down
1 change: 1 addition & 0 deletions charts/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ serviceAccount:
# If set and create is false, the service account must be existing
name:
annotations: {}
automountToken: false

livenessProbe:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ serviceAccount:
# If set and create is false, the service account must be existing
name:
annotations: {}
automountToken: false

livenessProbe:
enabled: true
Expand Down
Loading