This repository was archived by the owner on Jul 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 labels :
1818 app : keystone-api
1919 annotations :
20+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
21+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
2022 pod.beta.kubernetes.io/init-containers : ' [
2123 {
2224 "name": "init",
Original file line number Diff line number Diff line change 77 metadata :
88 labels :
99 app : neutron-dhcp-agent
10+ annotations :
11+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
12+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1013 spec :
1114 nodeSelector :
1215 {{ .Values.labels.agent.dhcp.node_selector_key }}: {{ .Values.labels.agent.dhcp.node_selector_value }}
Original file line number Diff line number Diff line change 77 metadata :
88 labels :
99 app : neutron-l3-agent
10+ annotations :
11+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
12+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1013 spec :
1114 nodeSelector :
1215 {{ .Values.labels.agent.l3.node_selector_key }}: {{ .Values.labels.agent.l3.node_selector_value }}
Original file line number Diff line number Diff line change 77 metadata :
88 labels :
99 app : neutron-metadata-agent
10+ annotations :
11+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
12+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1013 spec :
1114 nodeSelector :
1215 {{ .Values.labels.agent.metadata.node_selector_key }}: {{ .Values.labels.agent.metadata.node_selector_value }}
Original file line number Diff line number Diff line change 77 metadata :
88 labels :
99 app : ovs-agent
10+ annotations :
11+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
12+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1013 spec :
1114 nodeSelector :
1215 {{ .Values.labels.ovs.node_selector_key }}: {{ .Values.labels.ovs.node_selector_value }}
Original file line number Diff line number Diff line change 77 metadata :
88 labels :
99 app : ovs-db
10+ annotations :
11+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
12+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1013 spec :
1114 nodeSelector :
1215 {{ .Values.labels.ovs.node_selector_key }}: {{ .Values.labels.ovs.node_selector_value }}
Original file line number Diff line number Diff line change 77 metadata :
88 labels :
99 app : ovs-vswitchd
10+ annotations :
11+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
12+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1013 spec :
1114 nodeSelector :
1215 {{ .Values.labels.ovs.node_selector_key }}: {{ .Values.labels.ovs.node_selector_value }}
Original file line number Diff line number Diff line change 1616 metadata :
1717 labels :
1818 app : neutron-server
19+ annotations :
20+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
21+ configmap-etc-hash : {{ tuple "configmap-etc.yaml" . | include "hash" }}
1922 spec :
2023 nodeSelector :
2124 {{ .Values.labels.server.node_selector_key }}: {{ .Values.labels.server.node_selector_value }}
File renamed without changes.
Original file line number Diff line number Diff line change 1616 metadata :
1717 labels :
1818 app : rabbitmq
19+ annotations :
20+ configmap-bin-hash : {{ tuple "configmap-bin.yaml" . | include "hash" }}
1921 spec :
2022 nodeSelector :
2123 {{ .Values.labels.node_selector_key }}: {{ .Values.labels.node_selector_value }}
You can’t perform that action at this time.
0 commit comments