Skip to content

Commit

Permalink
fix: copy acm-psp from correct directory (#261)
Browse files Browse the repository at this point in the history
the .output/manifests directory is leftover from the legacy manifest
make targets. the new manifest make targets do not create this
directory, so we should copy directly from the committed manifest.
  • Loading branch information
sdowell authored Nov 4, 2022
1 parent 8d9c21b commit b0a1d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ build-manifests-oss: "$(GOBIN)/addlicense" "$(GOBIN)/kustomize" $(OUTPUT_DIR)

@ # Additional optional OSS manifests
@ rsync \
.output/manifests/acm-psp.yaml $(OSS_MANIFEST_STAGING_DIR)/acm-psp.yaml
manifests/acm-psp.yaml $(OSS_MANIFEST_STAGING_DIR)/acm-psp.yaml
@ cat "manifests/templates/admission-webhook.yaml" \
| sed -e "s|WEBHOOK_IMAGE_NAME|$(ADMISSION_WEBHOOK_TAG)|g" \
> $(OSS_MANIFEST_STAGING_DIR)/admission-webhook.yaml
Expand Down

0 comments on commit b0a1d0e

Please sign in to comment.