Compare commits
5 Commits
fix/iniapp
...
dev
Author | SHA1 | Date | |
---|---|---|---|
704bed0d3d | |||
7ad3f379ab | |||
df08c30d7a | |||
644241fd37 | |||
5eb1f4b610 |
1
init-app
1
init-app
@ -77,6 +77,7 @@ init_app() {
|
|||||||
|
|
||||||
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