File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
partials/custom-resource-application Expand file tree Collapse file tree 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.
44import AllowRollback from " ../partials/custom-resource-application/_allowRollback.mdx"
55import AdditionalNamespaces from " ../partials/custom-resource-application/_additionalNamespaces.mdx"
66import AdditionalImages from " ../partials/custom-resource-application/_additionalImages.mdx"
7+ import ExcludedImages from " ../partials/custom-resource-application/_excludedImages.mdx"
78import RequireMinimalRBACPrivileges from " ../partials/custom-resource-application/_requireMinimalRBACPrivileges.mdx"
89import SupportMinimalRBACPrivileges from " ../partials/custom-resource-application/_supportMinimalRBACPrivileges.mdx"
910import Ports from " ../partials/custom-resource-application/_ports.mdx"
4445 requireMinimalRBACPrivileges : false
4546 additionalImages :
4647 - jenkins/jenkins:lts
48+ excludedImages :
49+ - auto
4750 additionalNamespaces :
4851 - " *"
4952 ports :
@@ -199,6 +202,27 @@ spec:
199202 </tr>
200203</table>
201204
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+
202226## requireMinimalRBACPrivileges
203227
204228<table>
You can’t perform that action at this time.
0 commit comments