You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing around a bit with the extension and I'd like to get it working with a tool like Kustomize or Helm. These tools often run in the CLI so part one of the challenge is getting the content within a VSCode model. I discovered that you can use helm template blue-helm-cert-manager | code - to open it in a tmp file (e.g. the output for that command is Reading from stdin via: /var/folders/7_/54m525216j753qdynl70gjjh0000gn/T/code-stdin-MkG for me). However, since this is not part of my workspace it will not get validated.
On a deeper level, I think we should consider to create a separate Log for Dry Run validations? This keeps the Kubernetes objects separate from ones in the workspace (they act in isolation).
The text was updated successfully, but these errors were encountered:
We can provide a configuration option when user can define what command to run to generate resources (be it Helm or Kustomize) and run it on every change. Since the extension will manage when and how it is run it should be possible to capture output.
On a deeper level, I think we should consider to create a separate Log for Dry Run validations? This keeps the Kubernetes objects separate from ones in the workspace (they act in isolation).
I was playing around a bit with the extension and I'd like to get it working with a tool like Kustomize or Helm. These tools often run in the CLI so part one of the challenge is getting the content within a VSCode model. I discovered that you can use
helm template blue-helm-cert-manager | code -
to open it in a tmp file (e.g. the output for that command isReading from stdin via: /var/folders/7_/54m525216j753qdynl70gjjh0000gn/T/code-stdin-MkG
for me). However, since this is not part of my workspace it will not get validated.On a deeper level, I think we should consider to create a separate Log for Dry Run validations? This keeps the Kubernetes objects separate from ones in the workspace (they act in isolation).
The text was updated successfully, but these errors were encountered: