Merge pull request #208 from mark4z/master

change dashboard imagePullPolicy to ifNotPresent
v1.24.2
Li Yi 2 years ago committed by GitHub
commit 913dc3333b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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