We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4072199 commit 0631cf3Copy full SHA for 0631cf3
1 file changed
servers/kubernetes/server.yaml
@@ -16,15 +16,11 @@ run:
16
volumes:
17
- '{{kubernetes.config_path}}:/home/appuser/.kube/config'
18
config:
19
- env:
20
- - name: KUBECONFIG_PATH
21
- example: /Users/slim/.kube/config
22
- value: /home/appuser/.kube/config
23
parameters:
24
type: object
25
properties:
26
config_path:
27
description: the path to the host .kube/config
28
type: string
29
required:
30
- - path
+ - config_path
0 commit comments