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
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ spec:
|
|||
labels:
|
||||
app: nxtgauge-rust-users
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: users
|
||||
image: registry.nxtgauge.com/nxtgauge-rust-users
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue