Merge pull request 'fix(patches): adding missing patch' (#11) from fix/registrysecret into dev

Reviewed-on: #11
This commit is contained in:
pcaseiro 2023-06-22 13:45:16 +02:00
commit df08c30d7a
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