Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 2eadf63

Browse files
committed
Add helm hook crd-install to fix helm install error
1 parent a17968e commit 2eadf63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/kube-batch/templates/scheduling_v1alpha1_queue.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
22
kind: CustomResourceDefinition
33
metadata:
44
name: queues.scheduling.incubator.k8s.io
5+
annotations:
6+
"helm.sh/hook": "crd-install"
57
spec:
68
group: scheduling.incubator.k8s.io
79
names:

0 commit comments

Comments
 (0)