upgrade to 1.4.0
This commit is contained in:
0
helm/templates/configmap.yaml
Normal file → Executable file
0
helm/templates/configmap.yaml
Normal file → Executable file
8
helm/templates/deploy.yaml
Normal file → Executable file
8
helm/templates/deploy.yaml
Normal file → Executable file
@@ -14,6 +14,14 @@ spec:
|
||||
app: {{ .Release.Name }}
|
||||
spec:
|
||||
initContainers:
|
||||
- name: remove-mods
|
||||
image: {{ .Values.image }}
|
||||
imagePullPolicy: Always
|
||||
command: ["/bin/bash"]
|
||||
args: ["-c", "rm -r /mc_data/mods"]
|
||||
volumeMounts:
|
||||
- mountPath: /mc_data
|
||||
name: data
|
||||
- name: unzip
|
||||
image: {{ .Values.image }}
|
||||
imagePullPolicy: Always
|
||||
|
||||
0
helm/templates/pvc.yaml
Normal file → Executable file
0
helm/templates/pvc.yaml
Normal file → Executable file
0
helm/templates/service.yaml
Normal file → Executable file
0
helm/templates/service.yaml
Normal file → Executable file
Reference in New Issue
Block a user