Skip to content

Commit

Permalink
Update deploy/clowdapp.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Blanco <1187051+romanblanco@users.noreply.github.com>
  • Loading branch information
shaded-enmity and romanblanco authored Nov 28, 2024
1 parent c124ae0 commit dca04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ objects:
FROM "v2_test_results"
INNER JOIN "tailorings" ON "tailorings"."id" = "v2_test_results"."tailoring_id"
INNER JOIN "v2_policies" ON "v2_policies"."id" = "tailorings"."policy_id"
INNER JOIN "accounts" ON "accounts"."id" = "policies"."account_id";
INNER JOIN "accounts" ON "accounts"."id" = "v2_policies"."account_id";
- apiVersion: v1
kind: Secret
Expand Down

0 comments on commit dca04b4

Please sign in to comment.