Skip to content

Commit

Permalink
Merge pull request #125 from spinkube/chore/no-executor-in-chart
Browse files Browse the repository at this point in the history
chore(Makefile): rm executor.yaml copy from helm-generate
  • Loading branch information
vdice authored Mar 4, 2024
2 parents 8962043 + 7519129 commit 85e1a34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ CRD_DIR := ./config/crd/bases
helm-generate: manifests kustomize helmify ## Create/update the Helm chart based on kustomize manifests. (Note: CRDs not included)
$(KUSTOMIZE) build config/default | $(HELMIFY) -crd-dir charts/$(CHART_NAME)
rm -rf charts/$(CHART_NAME)/crds
@# Copy the containerd-shim-spin SpinAppExecutor yaml from its canonical location into the chart
cp config/samples/spin-shim-executor.yaml charts/$(CHART_NAME)/templates/containerd-shim-spin-executor.yaml
$(HELM) dep up charts/$(CHART_NAME)

.PHONY: helm-publish
Expand Down

0 comments on commit 85e1a34

Please sign in to comment.