Default variables
- openstack_helm_barbican_image_repository
Image repository location to be prefixed for all images
openstack_helm_barbican_image_repository: "{{ atmosphere_image_repository | default('us-docker.pkg.dev/vexxhost-infra/openstack') }}"
- openstack_helm_barbican_image_tag
Image tag for container
openstack_helm_barbican_image_tag: 12.0.1.dev11
- openstack_helm_barbican_heat_image_tag
Image tag for Heat to be used for jobs running via Helm hooks
openstack_helm_barbican_heat_image_tag: wallaby
- openstack_helm_barbican_values
Overrides for Helm chart values
openstack_helm_barbican_values: {}
- openstack_helm_barbican_kek
Barbican key encryption key
openstack_helm_barbican_kek: "{{ undef(hint='You must specify a Barbican key encryption key') }}"
- openstack_helm_barbican_ingress_annotations
Ingress annotations
openstack_helm_barbican_ingress_annotations: {}