some openldap patches
This commit is contained in:
@@ -26,4 +26,4 @@ sources:
|
|||||||
- https://github.com/jp-gouin/helm-openldap
|
- https://github.com/jp-gouin/helm-openldap
|
||||||
- https://github.com/osixia/docker-openldap
|
- https://github.com/osixia/docker-openldap
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
|
|||||||
@@ -19,14 +19,6 @@ groups:
|
|||||||
description: "Specify resources/devices to be allocated to workload"
|
description: "Specify resources/devices to be allocated to workload"
|
||||||
- name: "Advanced"
|
- name: "Advanced"
|
||||||
description: "Advanced Configuration"
|
description: "Advanced Configuration"
|
||||||
portals:
|
|
||||||
web_portal:
|
|
||||||
protocols:
|
|
||||||
- "$kubernetes-resource_configmap_portal_protocol"
|
|
||||||
host:
|
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
|
||||||
ports:
|
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
- variable: portal
|
||||||
group: "Container Image"
|
group: "Container Image"
|
||||||
@@ -42,7 +34,7 @@ questions:
|
|||||||
hidden: true
|
hidden: true
|
||||||
editable: false
|
editable: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
- variable: controller
|
- variable: controller
|
||||||
group: "Controller"
|
group: "Controller"
|
||||||
label: ""
|
label: ""
|
||||||
@@ -54,7 +46,7 @@ questions:
|
|||||||
label: "(Advanced) Controller Type"
|
label: "(Advanced) Controller Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "deployment"
|
default: "Statefulset"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "deployment"
|
- value: "deployment"
|
||||||
@@ -75,7 +67,7 @@ questions:
|
|||||||
label: "(Advanced) Update Strategy"
|
label: "(Advanced) Update Strategy"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Recreate"
|
default: "RollingUpdate"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
|
|||||||
Reference in New Issue
Block a user