Skip to content

Commit 85c0ab5

Browse files
authored
docs: fix env example in readme (#141)
1 parent e97956f commit 85c0ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ endpoint: "{{outputs.cluster_composition.output.value.redis_endpoint}}"
277277

278278
### Merge with env variables
279279
```yaml
280-
kubeconfig_location: {{env(KUBECONFIG)}}
280+
kubeconfig_location: "{{env(KUBECONFIG)}}"
281281
```
282282

283283

@@ -387,4 +387,4 @@ config_processor.process(path=path, filters=filters, exclude_keys=exclude_keys,
387387
output_format=output_format, print_data=True,
388388
type_strategies= [(list, [strategy_merge_override,'append']), (dict, ["merge"])] ))
389389

390-
```
390+
```

0 commit comments

Comments
 (0)