Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
b14b8e1b9a | |||
996e4bcde3 | |||
b3263f739a | |||
80d03bf7e8 | |||
5eb1f4b610 | |||
0e16682b0f | |||
6015496fa0 | |||
61c8b8d50b | |||
96884e4e56 |
3
init-app
3
init-app
@ -73,10 +73,11 @@ init_app() {
|
|||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone --branch "feat/automation" ${SKELL_GIT_URL} ${appDest}
|
git clone ${SKELL_GIT_URL} ${appDest}
|
||||||
|
|
||||||
cd ${appDest}
|
cd ${appDest}
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
rm -rf init-app
|
||||||
|
|
||||||
echo "Setting Dockerfiles"
|
echo "Setting Dockerfiles"
|
||||||
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')
|
dirs=$(find ${DOCKERFILES_ROOT}/* -type d -name 'myapplication-*')
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
- op: add
|
||||||
|
path: "/spec/template/spec/imagePullSecrets"
|
||||||
|
value:
|
||||||
|
- name: regcred-dev
|
Reference in New Issue
Block a user