File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,11 +123,18 @@ spec:
123123 mountPath : /etc/heartbeat.yml
124124 readOnly : true
125125 subPath : heartbeat.yml
126+ - name : data
127+ mountPath : /usr/share/heartbeat/data
126128 volumes :
127129 - name : config
128130 configMap :
129131 defaultMode : 0600
130132 name : heartbeat-deployment-config
133+ - name : data
134+ hostPath :
135+ path : /var/lib/heartbeat-data
136+ type : DirectoryOrCreate
137+
131138---
132139apiVersion : rbac.authorization.k8s.io/v1
133140kind : ClusterRoleBinding
Original file line number Diff line number Diff line change 5555 mountPath : /etc/heartbeat.yml
5656 readOnly : true
5757 subPath : heartbeat.yml
58+ - name : data
59+ mountPath : /usr/share/heartbeat/data
5860 volumes :
5961 - name : config
6062 configMap :
6163 defaultMode : 0600
6264 name : heartbeat-deployment-config
65+ - name : data
66+ hostPath :
67+ path : /var/lib/heartbeat-data
68+ type : DirectoryOrCreate
69+
You can’t perform that action at this time.
0 commit comments