fix
This commit is contained in:
		| @@ -30,19 +30,19 @@ spec: | ||||
|         ports: | ||||
|         - containerPort: 9200 | ||||
|         volumeMounts: | ||||
|         - name: ocis-config | ||||
|         - name: config | ||||
|           mountPath: /etc/ocis | ||||
|         # - name: ocis-config-file | ||||
|         #   mountPath: /etc/ocis/config.yaml | ||||
|         - name: ocis-data | ||||
|         - name: data | ||||
|           mountPath: /var/lib/ocis | ||||
|       volumes: | ||||
|       # - name: ocis-config | ||||
|       #   persistentVolumeClaim: | ||||
|       #     claimName: ocis-config | ||||
|       - name: ocis-config | ||||
|       - name: config | ||||
|         secret: | ||||
|           secretName: ocis-config | ||||
|       - name: ocis-data | ||||
|       - name: data | ||||
|         persistentVolumeClaim: | ||||
|           claimName: ocis-data | ||||
|           claimName: ocis | ||||
|   | ||||
		Reference in New Issue
	
	Block a user