Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <[email protected]>
  • Loading branch information
hectorj2f committed Jun 14, 2023
1 parent 5307467 commit 32c9ffc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.PHONY: sign-policy-images
sign-policy-images:
cosign sign -a GIT_HASH=$(GIT_HASH) ${KO_PREFIX}/policy-controller:$(GIT_HASH)
cosign sign -a GIT_HASH=$(GIT_HASH) ${KO_PREFIX}/policy-webhook:$(GIT_HASH)

.PHONY: build-sign-containers
build-sign-containers: ko sign-policy-images
2 changes: 1 addition & 1 deletion test/kustomize-policy-resync-period/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ patches:
target:
kind: Deployment
name: policy-webhook
name: webhook

0 comments on commit 32c9ffc

Please sign in to comment.