Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 817bde2289 |
+1
-1
@@ -21,6 +21,6 @@ while IFS= read -r -d "" k; do
|
|||||||
-summary \
|
-summary \
|
||||||
-output pretty \
|
-output pretty \
|
||||||
-verbose \
|
-verbose \
|
||||||
-skip CustomResourceDefinition,GpuDevicePlugin,LBNodeAgent,ServiceGroup \
|
-skip GpuDevicePlugin,LBNodeAgent,ServiceGroup \
|
||||||
"${schema_args[@]}"
|
"${schema_args[@]}"
|
||||||
done < <(find apps/overlays -name kustomization.yaml -print0)
|
done < <(find apps/overlays -name kustomization.yaml -print0)
|
||||||
|
|||||||
@@ -21,6 +21,6 @@ while IFS= read -r -d "" k; do
|
|||||||
-summary \
|
-summary \
|
||||||
-output pretty \
|
-output pretty \
|
||||||
-verbose \
|
-verbose \
|
||||||
-skip CustomResourceDefinition \
|
\
|
||||||
"${schema_args[@]}"
|
"${schema_args[@]}"
|
||||||
done < <(find clusters -name kustomization.yaml -print0)
|
done < <(find clusters -name kustomization.yaml -print0)
|
||||||
|
|||||||
Reference in New Issue
Block a user