Compare commits

...

4 Commits
stable ... dev

2 changed files with 5 additions and 0 deletions

View File

@ -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-*')

View File

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