File tree Expand file tree Collapse file tree
install-bundler/bundler/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# # this is being mounted from the kubernetes statefulset
66# # the nodepathindex will be extracetd from the statefulset
77# ordinal index and will be written to this path.
8- export BUNDLER_NODE_PATH_INDEX =$( cat /etc/podinfo/ordinal_index)
8+ export NODE_CONFIG =$( cat /etc/podinfo/ordinal_index)
99
1010
1111# # this is being mounted from the kubernetes statefulset
Original file line number Diff line number Diff line change 4343 - " -c"
4444 - >
4545 echo $(echo $POD_NAME | awk -F '-' '{print $NF}') > /etc/podinfo/ordinal_index;
46- export POD_INDEX=$(cat /etc/podinfo/ordinal_index)
46+ export POD_INDEX=$(cat /etc/podinfo/ordinal_index);
4747 export NODE_CONFIG='{"relayer": {"nodePathIndex": '$POD_INDEX'}}';
48+ echo $NODE_CONFIG > /etc/podinfo/ordinal_index ;
4849 env :
4950 - name : POD_NAME
5051 valueFrom :
You can’t perform that action at this time.
0 commit comments