We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e08842 commit 2292a40Copy full SHA for 2292a40
deploy/helm/kubernetes/templates/admin-deployment.yaml
@@ -56,7 +56,7 @@ spec:
56
{{- end }}
57
imagePullPolicy: {{ .Values.admin.image.PullPolicy }}
58
name: admin
59
- livenessProbe:
+ readinessProbe:
60
exec:
61
command:
62
- kubectl
deploy/helm/kubernetes/templates/kubeadm-job.yaml
@@ -47,7 +47,7 @@ spec:
47
imagePullSecrets:
48
{{- toYaml . | nindent 10 }}
49
50
- serviceAccountName: "{{ $fullName }}-kubeadm-tasks"
+ automountServiceAccountToken: false
51
restartPolicy: OnFailure
52
containers:
53
- name: kubeadm
deploy/helm/kubernetes/templates/kubeadm-rbac.yaml
0 commit comments