Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Force fail
Browse files Browse the repository at this point in the history
  • Loading branch information
flacatus committed Mar 22, 2024
1 parent 1b2c468 commit b166ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/namespace/includes/tekton/_dev_setup_task.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
set -x
{{end}}

SECRET_NAME="cosign-pub"
SECRET_NAME="cosign-pubs"
if [ -n "$COSIGN_SIGNING_PUBLIC_KEY" ]; then
echo -n "* \$SECRET_NAME secret: "
cat <<EOF | kubectl apply -f - >/dev/null
Expand Down
2 changes: 1 addition & 1 deletion test/data/helm-chart/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ spec:
set -o pipefail
SECRET_NAME="cosign-pub"
SECRET_NAME="cosign-pubs"
if [ -n "$COSIGN_SIGNING_PUBLIC_KEY" ]; then
echo -n "* \$SECRET_NAME secret: "
cat <<EOF | kubectl apply -f - >/dev/null
Expand Down

0 comments on commit b166ae9

Please sign in to comment.