Skip to content

Commit

Permalink
Also adding the fix from kubernetes#8591
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Feb 25, 2020
1 parent 7dc4952 commit e0482fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ spec:
value: {{ . }}
{{ end }}
{{ with .Networking.Cilium }}
image: "docker.io/cilium/cilium:{{- or .Version "v.1.7.0" }}"
image: "docker.io/cilium/cilium:{{- or .Version "v1.7.0" }}"
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down

0 comments on commit e0482fb

Please sign in to comment.