2 Commits

Author SHA1 Message Date
a0fe89e310 Merge pull request 'test' (#7) from test into stable
Reviewed-on: #7
2023-06-22 12:06:32 +02:00
39f7bc12b5 Merge pull request 'test' (#3) from test into stable
Reviewed-on: #3
2023-06-22 11:46:59 +02:00
2 changed files with 1 additions and 6 deletions

View File

@ -73,11 +73,10 @@ init_app() {
return 2
fi
git clone ${SKELL_GIT_URL} ${appDest}
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest}
cd ${appDest}
rm -rf .git
rm -rf init-app
echo "Setting Dockerfiles"
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')

View File

@ -1,4 +0,0 @@
- op: add
path: "/spec/template/spec/imagePullSecrets"
value:
- name: regcred-dev