Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Fixed malformed CRD manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Yinan Li <[email protected]>
  • Loading branch information
liyinan926 committed Dec 17, 2019
1 parent 526e5ba commit 5bc2576
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions incubator/sparkoperator/crds/crds.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
labels:
app.kubernetes.io/name: sparkoperator
name: sparkapplications.sparkoperator.k8s.io
annotations:
"helm.sh/hook-delete-policy": "before-hook-creation"
labels:
"app.kubernetes.io/name": sparkoperator
annotations:
"helm.sh/hook-delete-policy": "before-hook-creation"
spec:
group: sparkoperator.k8s.io
names:
Expand Down Expand Up @@ -2542,9 +2542,9 @@ kind: CustomResourceDefinition
metadata:
name: scheduledsparkapplications.sparkoperator.k8s.io
labels:
app.kubernetes.io/name: sparkoperator
annotations:
"helm.sh/hook-delete-policy": "before-hook-creation"
"app.kubernetes.io/name": sparkoperator
annotations:
"helm.sh/hook-delete-policy": "before-hook-creation"
spec:
group: sparkoperator.k8s.io
names:
Expand Down

0 comments on commit 5bc2576

Please sign in to comment.