Skip to content

Commit

Permalink
Remove unnecessary mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Elouan Martinet committed Sep 30, 2021
1 parent af71ead commit 6dafdbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fi

# Start kubernetes state export
for resource in $GLOBALRESOURCES; do
mkdir -p "$GIT_REPO_PATH/$GIT_PREFIX_PATH"
echo "Exporting resource: ${resource}" >&2
kubectl get -o=json "$resource" | jq --sort-keys \
'del(
Expand Down

0 comments on commit 6dafdbb

Please sign in to comment.