4 Commits

Author SHA1 Message Date
4f60cdebdb fix(patches): adding missing patch 2023-06-22 13:46:39 +02:00
4fbe432ebf Merge pull request 'test' (#10) from test into stable
Reviewed-on: #10
2023-06-22 12:12:23 +02:00
a0fe89e310 Merge pull request 'test' (#7) from test into stable
Reviewed-on: #7
2023-06-22 12:06:32 +02:00
39f7bc12b5 Merge pull request 'test' (#3) from test into stable
Reviewed-on: #3
2023-06-22 11:46:59 +02:00
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