Skip to content

Commit

Permalink
fix: add config map deployment to prepare-deployment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Oct 27, 2020
1 parent 86a2e8a commit 15f77eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/deploy-k8s-aws/scripts/prepare-deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ def copy_app_deployment_specs(outputdir):
print('#### Current python working path')
working_path = pathlib.Path().absolute()
print(working_path)
# Configmap has to be deployed before the applications
copy('/app-specs/configmap-uni-resolver-frontend.yaml', outputdir + '/configmap-uni-resolver-frontend.yaml')
add_deployment('configmap-uni-resolver-frontend.yaml', outputdir)
copy('/app-specs/deployment-uni-resolver-frontend.yaml', outputdir + '/deployment-uni-resolver-frontend.yaml')
add_deployment('deployment-uni-resolver-frontend.yaml', outputdir)
copy('/app-specs/deployment-uni-resolver-web.yaml', outputdir + '/deployment-uni-resolver-web.yaml')
Expand Down

0 comments on commit 15f77eb

Please sign in to comment.