Allow the creation of extra manifests via values
Signed-off-by: Guillaume Plessis <gui@endor.ai>
This commit is contained in:
parent
8d2cb0c336
commit
76c976bc2d
@ -0,0 +1,4 @@
|
|||||||
|
{{ range .Values.extraObjects }}
|
||||||
|
---
|
||||||
|
{{ tpl (toYaml .) $ }}
|
||||||
|
{{ end }}
|
||||||
@ -1308,3 +1308,20 @@ startupapicheck:
|
|||||||
# injected into pod's environment variables, matching the syntax of Docker
|
# injected into pod's environment variables, matching the syntax of Docker
|
||||||
# links.
|
# links.
|
||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
|
|
||||||
|
# Create a dynamic manifests via values:
|
||||||
|
extraObjects: []
|
||||||
|
# - apiVersion: cert-manager.io/v1
|
||||||
|
# kind: ClusterIssuer
|
||||||
|
# metadata:
|
||||||
|
# name: letsencrypt-prod
|
||||||
|
# spec:
|
||||||
|
# acme:
|
||||||
|
# email: foo@bar.com
|
||||||
|
# server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
|
# privateKeySecretRef:
|
||||||
|
# name: letsencrypt-prod
|
||||||
|
# solvers:
|
||||||
|
# - http01:
|
||||||
|
# ingress:
|
||||||
|
# class: nginx
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user