Skip to content

Commit

Permalink
Fix policy sample
Browse files Browse the repository at this point in the history
Policy sample missed the default API name, and it generated a failure
when kustomize is executed.

Signed-off-by: Francesco Pantano <[email protected]>
  • Loading branch information
fmount committed Sep 23, 2024
1 parent 50b7ba5 commit 21a2937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/samples/policy/glance_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spec:
databaseInstance: openstack
databaseAccount: glance
glanceAPIs:
replicas: 1
default:
replicas: 1
secret: osp-secret
storage:
storageRequest: 10G
Expand Down

0 comments on commit 21a2937

Please sign in to comment.