apiVersion: v1 kind: Pod spec: hostNetwork: True containers: - image: "{{ keystone_image_full }}" name: keystone volumeMounts: - mountPath: {{ container_config_directory }} name: keystone-config env: - name: KOLLA_CONFIG_STRATEGY value: {{ config_strategy }} volumes: - name: keystone-config hostPath: path: "/etc/kolla/keystone" metadata: name: keystone