Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
b14b8e1b9a | |||
996e4bcde3 | |||
b3263f739a | |||
80d03bf7e8 | |||
6015496fa0 | |||
96884e4e56 |
1
init-app
1
init-app
@ -77,6 +77,7 @@ init_app() {
|
||||
|
||||
cd ${appDest}
|
||||
rm -rf .git
|
||||
rm -rf init-app
|
||||
|
||||
echo "Setting Dockerfiles"
|
||||
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