Commit 033c436
authored
[ZEPPELIN-6176] imagePullSecrets is skipped in interpreter other than spark
### What is this PR for?
interpreters that are not in spark group skip imagePullSecrets field so that container image pulling get failed
### What type of PR is it?
Bug Fix
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-6176
### How should this be tested?
manual test done (python interpreter with spark connect)
### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Closes #4914 from HalimKim/ZEPPELIN-6176.
Signed-off-by: Philipp Dallig <[email protected]>1 parent e928edb commit 033c436
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments