Skip to content

Commit 4072199

Browse files
Fix definition
1 parent b63576e commit 4072199

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

servers/kubernetes/server.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ source:
1515
run:
1616
volumes:
1717
- '{{kubernetes.config_path}}:/home/appuser/.kube/config'
18+
config:
1819
env:
1920
- name: KUBECONFIG_PATH
21+
example: /Users/slim/.kube/config
2022
value: /home/appuser/.kube/config
21-
config:
22-
description: the path to the host .kube/config
2323
parameters:
2424
type: object
2525
properties:
2626
config_path:
27+
description: the path to the host .kube/config
2728
type: string
2829
required:
2930
- path

0 commit comments

Comments
 (0)