Skip to content

Commit be9a4c3

Browse files
committed
Update CRD for Dashboard with detailed schema and properties, including assets, configuration options, and secrets management. Modify Makefile to enhance script for CRD generation.
1 parent d1d34af commit be9a4c3

File tree

2 files changed

+456
-1
lines changed

2 files changed

+456
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust
6868
echo ' {{- end }}' >> /tmp/sync-crd-to-helm.sh; \
6969
echo 'spec:' >> /tmp/sync-crd-to-helm.sh; \
7070
echo 'EOF' >> /tmp/sync-crd-to-helm.sh; \
71-
echo 'tail -n +9 $$1 | head -n -1' >> /tmp/sync-crd-to-helm.sh; \
71+
echo 'tail -n +9 $$1 | sed "$$d"' >> /tmp/sync-crd-to-helm.sh; \
7272
echo 'echo "{{- end }}"' >> /tmp/sync-crd-to-helm.sh; \
7373
chmod +x /tmp/sync-crd-to-helm.sh; \
7474
fi

0 commit comments

Comments
 (0)