Skip to content

Commit

Permalink
Added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Oct 12, 2024
1 parent 8184547 commit f88af48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/helm-upd-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -eou pipefail

echo "Working dir: $(pwd)"

if [[ -z "${HELM_CRDS_PATH}" ]]; then
echo "HELM_CRDS_PATH is not set"
exit 1
Expand Down
2 changes: 2 additions & 0 deletions scripts/helm-upd-rbac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -eou pipefail

echo "Working dir: $(pwd)"

if [[ -z "${HELM_RBAC_FILE}" ]]; then
echo "HELM_RBAC_FILE is not set"
exit 1
Expand Down

0 comments on commit f88af48

Please sign in to comment.