fix: add imagePullSecrets regcred to users deployment pod template
This commit is contained in:
parent
d9f052d253
commit
8ffeca7458
2 changed files with 2 additions and 1 deletions
|
|
@ -5,4 +5,3 @@ metadata:
|
||||||
namespace: nxtgauge
|
namespace: nxtgauge
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-users
|
app: nxtgauge-rust-users
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: regcred
|
||||||
containers:
|
containers:
|
||||||
- name: users
|
- name: users
|
||||||
image: registry.nxtgauge.com/nxtgauge-rust-users
|
image: registry.nxtgauge.com/nxtgauge-rust-users
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue