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

Commit b443f8d

Browse files
authored
Merge pull request #631 from hex108/helm
Add helm hook crd-install to fix helm install error
2 parents 289cd6d + 1db31e6 commit b443f8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deployment/kube-batch/templates/scheduling_v1alpha1_podgroup.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: podgroups.scheduling.incubator.k8s.io
5+
annotations:
6+
"helm.sh/hook": "crd-install"
57
spec:
68
group: scheduling.incubator.k8s.io
79
names:

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)