Fixed: pull policy

This commit is contained in:
Valeriano Manassero 2022-06-02 17:36:32 +02:00
parent da88ac9357
commit 4e46f480a3

View File

@ -18,7 +18,7 @@ spec:
containers:
- name: k8s-glue-container
image: "{{ .Values.agentk8sglue.image.repository }}:{{ .Values.agentk8sglue.image.tag }}"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command: ["/bin/bash", "-c", "export PATH=$PATH:$HOME/bin; source /root/.bashrc && /root/entrypoint.sh"]
volumeMounts:
- name: k8sagent-pod-template