Commit 405d7175 authored by gaoshiyao's avatar gaoshiyao

update

parent c1f54056
...@@ -58,7 +58,7 @@ spec: ...@@ -58,7 +58,7 @@ spec:
{{- if .Values.storageSpec.hostPath }} {{- if .Values.storageSpec.hostPath }}
- name: data - name: data
hostPath: hostPath:
path: /data/{{ .Release.Namespace }}/{{ .Release.Name }}/oracle11g path: /data/{{ .Release.Namespace }}/{{ .Release.Name }}/oracle11g
{{- else if .Values.storageSpec.emptyDir }} {{- else if .Values.storageSpec.emptyDir }}
- name: data - name: data
emptyDir: {} emptyDir: {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment