Skip to content

Commit

Permalink
make spark-operator-static manage CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: ImpSy <[email protected]>
  • Loading branch information
ImpSy committed Dec 5, 2024
1 parent 3a4d8c1 commit 4a0b3e6
Show file tree
Hide file tree
Showing 5 changed files with 23,271 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spark-operator-v2:
curl -L -O https://github.com/spotinst/spark-on-k8s-operator/archive/ocean-spark-v2.zip
unzip ocean-spark-v2.zip
rm ocean-spark-v2.zip
rm -rf ./charts/spark-operator-v2/charts/spark-operator
mv ./spark-on-k8s-operator-ocean-spark-v2/charts/spark-operator-chart ./charts/spark-operator-v2/charts/spark-operator
rm -rf spark-on-k8s-operator-ocean-spark-v2
cp -r ./charts/spark-operator-v2/charts/spark-operator/crds ./charts/spark-operator-statics/crds
cp -r ./charts/spark-operator-v2/charts/spark-operator/crds ./charts/spark-operator-static
Loading

0 comments on commit 4a0b3e6

Please sign in to comment.