0a481a8ef2
* These annotations ensure that if configmaps change, the pods are redeployed according to their upgrade strategy. * This change excludes glance which has a pull request in progress to refactor it.
12 lines
242 B
YAML
12 lines
242 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: rabbitmq-bin
|
|
labels:
|
|
system: openstack
|
|
type: configuration
|
|
component: messaging
|
|
data:
|
|
start_rabbitmq.sh: |
|
|
{{ tuple "bin/_start_rabbit.tpl" . | include "template" | indent 4 }}
|