From ae2a061c3b8b1776f6fdebd499b8f3f5444198d3 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Mon, 22 Oct 2018 13:22:47 +0000 Subject: [PATCH] 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 --- charts/shipyard/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index 6386f6f0..32b51a41 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -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