Compare commits
No commits in common. "stable" and "fix/iniapp" have entirely different histories.
stable
...
fix/iniapp
1
init-app
1
init-app
|
@ -77,7 +77,6 @@ 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-*')
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
- op: add
|
|
||||||
path: "/spec/template/spec/imagePullSecrets"
|
|
||||||
value:
|
|
||||||
- name: regcred-dev
|
|
Loading…
Reference in New Issue