Skip to content

Commit 0631cf3

Browse files
fix env example
1 parent 4072199 commit 0631cf3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

servers/kubernetes/server.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ run:
1616
volumes:
1717
- '{{kubernetes.config_path}}:/home/appuser/.kube/config'
1818
config:
19-
env:
20-
- name: KUBECONFIG_PATH
21-
example: /Users/slim/.kube/config
22-
value: /home/appuser/.kube/config
2319
parameters:
2420
type: object
2521
properties:
2622
config_path:
2723
description: the path to the host .kube/config
2824
type: string
2925
required:
30-
- path
26+
- config_path

0 commit comments

Comments
 (0)