We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b02df8 + 45fb177 commit cf6e823Copy full SHA for cf6e823
1 file changed
Makefile
@@ -11,7 +11,7 @@ SHELL := /usr/bin/env bash
11
pko-build:
12
# FIXME: Hack for now. App-interface CICD does not have a way to retrieve an image if it doesn't use either <channel>-<commit> tag or just <commit>.
13
# Our images use v<...>-<commit> which isn't well supported to be used by app-interface.
14
- sed -i 's#{{ .config.image }}#$(OPERATOR_IMAGE_URI)#' ./deploy_pko/Deployment*.yaml
+ sed -i 's#{{ .config.image }}#$(OPERATOR_IMAGE_URI)#' ./deploy_pko/Deployment*.yaml*
15
$(CONTAINER_ENGINE) build -f ./build/Dockerfile.pko -t $(PKO_IMAGE) ./deploy_pko
16
# git checkout ./deploy/pko/
17
0 commit comments