Skip to content

Commit

Permalink
Add --record=false
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariofredo authored Jan 20, 2021
1 parent 4a62d84 commit d4988f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ do
then

log "0" "Applying '${GIT_REPO}' repo against '${TARGET_NAMESPACE}' namespace (directory ${TMP_FOLDER}/${GIT_FOLDER})"
exec_log "unset HTTP_PROXY; unset HTTPS_PROXY; unset http_proxy; unset https_proxy; kubectl apply ${KUBE_ATTRS} -R --filename=${TMP_FOLDER}/${GIT_FOLDER}"
exec_log "unset HTTP_PROXY; unset HTTPS_PROXY; unset http_proxy; unset https_proxy; kubectl apply ${KUBE_ATTRS} --record=false -R --filename=${TMP_FOLDER}/${GIT_FOLDER}"

else

Expand Down

0 comments on commit d4988f7

Please sign in to comment.