Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from neicnordic/hotfix/default_prefix
Browse files Browse the repository at this point in the history
Default prefixes for deployments
  • Loading branch information
jbygdell authored Jul 11, 2019
2 parents 91dfb88 + 897dc54 commit 030b304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lega_init/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ def main(config_path, cega, deploy_config, jwt_payload, svc_config, cega_svc_con
'location': 'Espoo', 'org': 'CSC',
'org_unit': 'NeIC System Developers'},
'keys_password': 'password',
'prefix_lega': 'lega-localega',
# the prefixes represent the default names for the services in deployments
# If one is using helm charts or prod/test environments adjust accordingly
'prefix_lega': 'localega',
'prefix_cega': ''
}
# Token payload can be adjusted as needed
Expand Down

0 comments on commit 030b304

Please sign in to comment.