Skip to content

Commit

Permalink
examples: pull the hubble cli image only IfNotPresent
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Perrin <[email protected]>
  • Loading branch information
kaworu authored and aditighag committed Jun 15, 2021
1 parent 850aaab commit 69b2faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hubble/hubble-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: hubble-cli
image: quay.io/cilium/hubble:v0.8.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- tail
args:
Expand Down

0 comments on commit 69b2faf

Please sign in to comment.