fix(patches): adding missing patch

This commit is contained in:
Philippe Caseiro 2023-06-22 13:44:10 +02:00 committed by pcaseiro
parent 4fbe432ebf
commit 4f60cdebdb
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