2 Commits

Author SHA1 Message Date
6015496fa0 Merge pull request 'dev' (#6) from dev into test
Reviewed-on: #6
2023-06-22 12:06:06 +02:00
96884e4e56 Merge pull request 'dev' (#2) from dev into test
Reviewed-on: #2
2023-06-22 11:46:33 +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