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:
parent
f5774206e5
commit
ae2a061c3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user