Skip to content

Commit

Permalink
bugfix: k8s 部署时 saas-web 偶现 CrashLoopBackOff (fixed TencentBlueKing#1584
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ZhuoZhuoCrayon committed Jun 1, 2023
1 parent f1c3a32 commit 3bf85dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
initContainers:
- name: "{{ include "bk-nodeman.migrate-job.db" . }}"
- name: "{{ include "bk-nodeman.migrate-job.db.pure" . }}"
image: "{{ .Values.global.imageRegistry | default .Values.images.k8sWaitFor.registry }}/{{ .Values.images.k8sWaitFor.repository }}:{{ .Values.images.k8sWaitFor.tag }}"
imagePullPolicy: "{{ .Values.images.k8sWaitFor.pullPolicy }}"
args: ["job", "{{ include "bk-nodeman.migrate-job.db" . }}"]
Expand Down

0 comments on commit 3bf85dc

Please sign in to comment.