Skip to content

Commit a23cefb

Browse files
committed
chore: rebase and add comment to olm-deploy.sh
Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent 2f59e4b commit a23cefb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hack/scripts/olm-deploy.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ EOF
103103
return 1
104104
}
105105

106+
# When calling this script, specify environment variable pointing to, e.g.:
107+
# "IMAGE=quay.io/(your username)/gitops-operator" make olm-deploy
108+
# - The make targets will push to a number of repositories in your quay.io account
109+
# - Ensure that the docker/podman credentials you are using have push access to those repositories. e.g: (...)/gitops-operator, (...)/gitops-operator-bundle, (...)/gitops-operator-catalog.
110+
106111
function main() {
107112
if [ ! -v IMAGE ]; then
108113
echo >&2 "Variable IMAGE not specified"

0 commit comments

Comments
 (0)