mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Merge pull request #3706 from bensooraj/k8s_example_fix
Fix for ImagePullBackOff error when running the k8s example
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: elasticsearch
|
||||
image: elasticsearch
|
||||
image: elasticsearch:7.4.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 9200
|
||||
|
||||
Reference in New Issue
Block a user