Skip to content

Commit

Permalink
Merge pull request #315 from gthiemonge/fix-policy-override
Browse files Browse the repository at this point in the history
Fix missing config for policy file override
  • Loading branch information
openshift-merge-bot[bot] authored Jun 3, 2024
2 parents c1107b8 + 68067f5 commit 3627caa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/octaviaapi/config/octavia-api-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
"perm": "0400",
"optional": true,
"merge": true
},
{
"source": "/var/lib/config-data/merged/policy.yaml",
"dest": "/etc/octavia/policy.yaml",
"owner": "octavia",
"perm": "0600",
"optional": true
}
],
"permissions": [
Expand Down

0 comments on commit 3627caa

Please sign in to comment.