File tree 2 files changed +28
-0
lines changed
partials/custom-resource-application
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ``` yaml
2
+ excludedImages :
3
+ - auto # This image does not exist but is imported by the Istio Gateway chart
4
+ ` ` `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import ReleaseNotes from "../partials/custom-resource-application/_releaseNotes.
4
4
import AllowRollback from " ../partials/custom-resource-application/_allowRollback.mdx"
5
5
import AdditionalNamespaces from " ../partials/custom-resource-application/_additionalNamespaces.mdx"
6
6
import AdditionalImages from " ../partials/custom-resource-application/_additionalImages.mdx"
7
+ import ExcludedImages from " ../partials/custom-resource-application/_excludedImages.mdx"
7
8
import RequireMinimalRBACPrivileges from " ../partials/custom-resource-application/_requireMinimalRBACPrivileges.mdx"
8
9
import SupportMinimalRBACPrivileges from " ../partials/custom-resource-application/_supportMinimalRBACPrivileges.mdx"
9
10
import Ports from " ../partials/custom-resource-application/_ports.mdx"
44
45
requireMinimalRBACPrivileges : false
45
46
additionalImages :
46
47
- jenkins/jenkins:lts
48
+ excludedImages :
49
+ - auto
47
50
additionalNamespaces :
48
51
- " *"
49
52
ports :
@@ -199,6 +202,27 @@ spec:
199
202
</tr>
200
203
</table>
201
204
205
+ ## excludedImages
206
+
207
+ <table>
208
+ <tr>
209
+ <th>Description</th>
210
+ <td><p>An array of strings that reference images to not be included in air gap bundles.</p></td>
211
+ </tr>
212
+ <tr>
213
+ <th>Example</th>
214
+ <td><ExcludedImages/></td>
215
+ </tr>
216
+ <tr>
217
+ <th>Supports Go templates?</th>
218
+ <td>No</td>
219
+ </tr>
220
+ <tr>
221
+ <th>Supported for <a href="/vendor/embedded-overview">Embedded Cluster</a>?</th>
222
+ <td>Yes</td>
223
+ </tr>
224
+ </table>
225
+
202
226
## requireMinimalRBACPrivileges
203
227
204
228
<table>
You can’t perform that action at this time.
0 commit comments