Storage rework part 1 (#337)
* Create docs for Integrated Persistent Storage * add a clear note about possibly moving to PVC's in the (near) future. * Adapt developer docs to reflect new storage system * Move Apps fixed-storage to new Storage system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: kms
|
||||
version: 2.2.2
|
||||
version: 3.0.0
|
||||
# upstream_version:
|
||||
appVersion: "minimal"
|
||||
description: Private Windows Activation Server for development and testing
|
||||
@@ -7,7 +7,7 @@ groups:
|
||||
description: "additional container configuration"
|
||||
- name: "Networking"
|
||||
description: "Configure / service for container"
|
||||
- name: "Storage and Devices"
|
||||
- name: "Storage"
|
||||
description: "Persist and share data that is separate from the lifecycle of the container"
|
||||
- name: "Resource Reservation"
|
||||
description: "Specify resources to be allocated to workload"
|
||||
@@ -69,6 +69,19 @@ questions:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
|
||||
# Enable privileged
|
||||
- variable: securityContext
|
||||
group: "Container Image"
|
||||
label: "Security Context"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: privileged
|
||||
label: "Enable privileged to pass thru a USB device"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: PGID
|
||||
group: "Container Image"
|
||||
label: "PGID"
|
||||
@@ -189,7 +202,7 @@ questions:
|
||||
|
||||
- variable: additionalAppVolumeMounts
|
||||
label: "Custom app storage"
|
||||
group: "Storage and Devices"
|
||||
group: "Storage"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
Reference in New Issue
Block a user