|
|
@@ -14,6 +14,7 @@ ns:
|
|
|
install:
|
|
|
-cat reg-secret.yaml| sed -e "s/<NS>/${NAMESPACE}/" | kubectl create -f -
|
|
|
-cat env-prod-configmap.yaml | sed -e "s/<NS>/${NAMESPACE}/" | kubectl create -f -
|
|
|
+ -cat secret-db.yaml| sed -e "s/<NS>/${NAMESPACE}/" | kubectl create -f -
|
|
|
|
|
|
-cat finanzas-deployment.yaml | sed -e "s/<NS>/${NAMESPACE}/" | sed -e "s/<TAG>/${IMG_VERSION}/" | kubectl create -f -
|
|
|
-cat finanzas-ingress.yaml | sed -e "s/<NS>/${NAMESPACE}/" | kubectl create -f -
|