Skip to content

Commit 2292a40

Browse files
committed
remove sa and role
1 parent 8e08842 commit 2292a40

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

deploy/helm/kubernetes/templates/admin-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
{{- end }}
5757
imagePullPolicy: {{ .Values.admin.image.PullPolicy }}
5858
name: admin
59-
livenessProbe:
59+
readinessProbe:
6060
exec:
6161
command:
6262
- kubectl

deploy/helm/kubernetes/templates/kubeadm-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
imagePullSecrets:
4848
{{- toYaml . | nindent 10 }}
4949
{{- end }}
50-
serviceAccountName: "{{ $fullName }}-kubeadm-tasks"
50+
automountServiceAccountToken: false
5151
restartPolicy: OnFailure
5252
containers:
5353
- name: kubeadm

deploy/helm/kubernetes/templates/kubeadm-rbac.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)