charts: Fix policy config in Shipyard values

This change removes an extra space on line 375 of the Shipyard values
file that prevents Helm from rendering the Shipyard chart values. The
line is part of the Shipyard policy config.

Change-Id: I49f3e4c442a00be043218bac2fe6f2da3c723b0d
This commit is contained in:
Drew Walters 2018-10-22 13:22:47 +00:00
parent f5774206e5
commit ae2a061c3b
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ conf:
workflow_orchestrator:get_renderedconfigdocs: rule:admin_read_access
workflow_orchestrator:list_workflows: rule:admin_read_access
workflow_orchestrator:get_workflow: rule:admin_read_access
workflow_orchestrator:get_notedetails: rule: admin_read_access
workflow_orchestrator:get_notedetails: rule:admin_read_access
workflow_orchestrator:get_site_statuses: rule:admin_read_access
workflow_orchestrator:action_deploy_site: rule:admin_create
workflow_orchestrator:action_update_site: rule:admin_create