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

Commit

Permalink
Add helm hook crd-install to fix helm install error
Browse files Browse the repository at this point in the history
  • Loading branch information
hex108 committed Mar 11, 2019
1 parent a17968e commit 2eadf63
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: queues.scheduling.incubator.k8s.io
annotations:
"helm.sh/hook": "crd-install"
spec:
group: scheduling.incubator.k8s.io
names:
Expand Down

0 comments on commit 2eadf63

Please sign in to comment.