change dashboard imagePullPolicy to ifNotPresent

pull/208/head
mark4z 2 years ago
parent 7e88dbe889
commit 97f8d8d001

@ -191,7 +191,7 @@ spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.5.1
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8443
protocol: TCP

Loading…
Cancel
Save