Add volume to test app
Volumes aren't working, adding a volume to test app to ensure volumes mount correctly.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
groups:
|
||||
- name: "Server Config"
|
||||
description: "Minecraft Server Configuration"
|
||||
- name: "Storage"
|
||||
description: "Minecraft Server Storage"
|
||||
questions:
|
||||
- variable: port
|
||||
description: "Listen Port"
|
||||
|
||||
@@ -45,4 +45,6 @@ spec:
|
||||
claimName: {{ .Release.Name }}
|
||||
- name: properties
|
||||
configMap:
|
||||
name: {{ .Release.Name }}
|
||||
name: {{ .Release.Name }}
|
||||
securityContext:
|
||||
fsGroup: 2000
|
||||
|
||||
Reference in New Issue
Block a user