Skip to content

Commit

Permalink
fix: escape quotes in bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Sep 22, 2020
1 parent db6613a commit 14fe1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/cron-app-users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ spec:
grant ciip_administrator,ciip_analyst,ciip_industry_user,ciip_guest to $(PORTAL_APP_USER);
grant usage on schema swrs to ciip_administrator, ciip_analyst, ciip_industry_user;
grant select on all tables in schema swrs to ciip_administrator, ciip_analyst, ciip_industry_user;
select ggircs_portal_private.read_only_user_policies('$(PORTAL_READONLY_USER)');
select ggircs_portal_private.read_only_user_policies(\'$(PORTAL_READONLY_USER)\');
EOF

0 comments on commit 14fe1ee

Please sign in to comment.