Commit 3e91498
authored
Added missing pullSecrets & pullPolicy (#293)
Signed-off-by: Nick Fisher <nxf5025@gmail.com>
Description of changes: The helm chart's values.yaml files have the ability to set `pullPolicy` & `pullSecrets`, but the deployment.yaml does not contain the proper blocks to render the settings. This PR adds both of those.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 930850f commit 3e91498
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
0 commit comments