You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/linter.mdx
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1123,6 +1123,26 @@ For more information, see [LintConfig](custom-resource-lintconfig).
1123
1123
</tr>
1124
1124
</table>
1125
1125
1126
+
### troubleshoot-spec-in-chart-without-crd
1127
+
1128
+
<table>
1129
+
<tr>
1130
+
<th>Description</th>
1131
+
<td>
1132
+
<p>Notifies if a Helm chart contains a top-level <code>kind: Preflight</code> or <code>kind: SupportBundle</code> custom resource.</p>
1133
+
<p>Preflight and SupportBundle custom resources cannot be applied directly from a Helm chart — they require cluster-side CRDs that are not available in most shared clusters and that need cluster-admin permissions to install. Embed the spec in a Kubernetes Secret with the <code>troubleshoot.sh/kind</code> label instead. See <ahref="/vendor/preflight-defining">Define preflight checks</a> and <ahref="/vendor/support-bundle-customizing">Add and customize support bundles</a>.</p>
0 commit comments