vscode-gitops-tools icon indicating copy to clipboard operation
vscode-gitops-tools copied to clipboard

GitOps Visual Studio Code Extension

Results 65 vscode-gitops-tools issues
Sort by recently updated
recently updated
newest added

This adds the capability to set a different namespace for the Flux system than `flux-system` Important for platform users, like Cozystack, where the system components are all expected to conform...

### Expected behaviour I can disable flux check using the settings described here: https://github.com/weaveworks/vscode-gitops-tools?tab=readme-ov-file#timeouts-and-flux-check-warnings ### Actual behaviour the settings dont include this option: ![image](https://github.com/user-attachments/assets/5079c721-4054-4f99-80cb-92d09ea31366) ### Steps to reproduce 1. open...

### Expected behaviour After selecting the plugin, in the section `DOCUMENTATION`, the links under `Weave GitOps` are broken. Eg: [Introduction](https://docs.gitops.weave.works/docs/intro), [Installing the CLI](https://docs.gitops.weave.works/docs/installation), [Getting Started](https://docs.gitops.weave.works/docs/getting-started), etc... ### Actual behaviour The...

Helm charts can [include JSON schemas](https://helm.sh/docs/topics/charts/#schema-files) for their `values.yaml` (e.g. [traefik](https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.schema.json) does that). It would be awesome if the extension could use the schema to provide IntelliSense Code Completion/Linting for...

### Expected behaviour If there is no error in the status, the icon for OCI repositories should be a green checkmark ### Actual behaviour When including Helm Repositories that point...