From f8342f55bed2b7a1c408c143dffce89cfff5aa40 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 11 Jan 2024 19:45:04 -0600 Subject: [PATCH] quote strings so we have a uniform config Signed-off-by: Kevin Carter --- helm-configs/horizon/horizon-helm-overrides.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-configs/horizon/horizon-helm-overrides.yaml b/helm-configs/horizon/horizon-helm-overrides.yaml index 430a52a5..298f8238 100644 --- a/helm-configs/horizon/horizon-helm-overrides.yaml +++ b/helm-configs/horizon/horizon-helm-overrides.yaml @@ -6888,9 +6888,9 @@ conf: 'cloudwatch:PutMetricAlarm': 'rule:deny_stack_user' 'cloudwatch:PutMetricData': '' 'cloudwatch:SetAlarmState': 'rule:deny_stack_user' - context_is_admin: 'role:admin' - deny_everybody: '!' - deny_stack_user: 'not role:heat_stack_user' + 'context_is_admin': 'role:admin' + 'deny_everybody': '!' + 'deny_stack_user': 'not role:heat_stack_user' 'events:index': 'rule:deny_stack_user' 'events:show': 'rule:deny_stack_user' 'resource:index': 'rule:deny_stack_user'