Commit 7234584
authored
fix(sessions): use image pull secret from private build registry correctly (#1274)
* fix: don-t recreate private image pull secret
When retrieving the image pull secret to be used by a session, if
it's an existing secret, do not add it to the extra resources to
be created.
This is the case for the registry used to store the images built
out of private repositories.1 parent 814d1e6 commit 7234584
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
| 931 | + | |
| 932 | + | |
932 | 933 | | |
933 | 934 | | |
934 | 935 | | |
| |||
1243 | 1244 | | |
1244 | 1245 | | |
1245 | 1246 | | |
1246 | | - | |
| 1247 | + | |
| 1248 | + | |
1247 | 1249 | | |
1248 | 1250 | | |
1249 | 1251 | | |
| |||
0 commit comments