This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
kuryr-kubernetes
Code
Issues
Proposed changes
Browse Source
Merge "Change registry for fetching coredns image."
changes/34/764934/1
Zuul
2 months ago
committed by
Gerrit Code Review
parent
159679f611
42b5790064
commit
0bd8285b71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
devstack/plugin.sh
+ 1
- 1
devstack/plugin.sh
View File
@ -849,7 +849,7 @@ spec:
spec:
containers:
- name: coredns
image:
coredns
/coredns:1.5.0
image:
quay.io/kuryr
/coredns:1.5.0
imagePullPolicy: Always
args:
[
"-conf"
,
"/etc/coredns/Corefile"
]
volumeMounts:
Write
Preview
Loading…
Cancel
Save