docs/_docs/yaml/erb-comment.md in kubes-0.8.1 vs docs/_docs/yaml/erb-comment.md in kubes-0.8.2

- old
+ new

@@ -28,10 +28,10 @@ selector: role: web type: ClusterIP ``` -This allows IDB kubernetes autocompletion plugins and tools to work because the `.kubes/resources/web/service.yaml` source code itself is perfectly valid YAML. +This allows IDE kubernetes autocompletion plugins and tools to work because the `.kubes/resources/web/service.yaml` source code itself is perfectly valid YAML. The `#ERB` comments are essentially replaced by `<% ... %>` tags before ERB processing happens. Example: .kubes/resources/web/service.yaml.erb