openstack-helm/barbican/values_overrides/ocata.yaml
Phil Sphicas 2cb3d41544 barbican: fix values overrides for stein and ocata
When the default release was switched from ocata to stein, some of the
policies were duplicated. This moves the ocata overrides back to where
they belong, and adds overrides for pike, queens, and rocky.

Change-Id: I342d69e721b2692987951055e41ed5e153a91d6c
2020-01-16 15:30:47 -08:00

7 lines
272 B
YAML

conf:
policy:
secret_project_match: project:%(target.secret.project_id)s
secret_creator_user: user:%(target.secret.creator_id)s
container_project_match: project:%(target.container.project_id)s
container_creator_user: user:%(target.container.creator_id)s