Commit 11f822c
authored
Quote NINJA_KUBECONFIG when writing kubeconfig (#213)
Unquoted `echo ${NINJA_KUBECONFIG}` word-splits the multi-line YAML on
whitespace, collapsing newlines into spaces and producing an invalid
kubeconfig (`yaml: mapping values are not allowed in this context`).
Signed-off-by: Tamal Saha <tamal@appscode.com>1 parent afb856a commit 11f822c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
0 commit comments