We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63576e commit 4072199Copy full SHA for 4072199
1 file changed
servers/kubernetes/server.yaml
@@ -15,15 +15,16 @@ source:
15
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
-config:
- description: the path to the host .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
0 commit comments