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
This plugin allows you to add environment variables to your run configuration from a k8s cluster. It uses the current context from `$KUBECONFIG` or `$HOME/.kube/config` file.
8
8
@@ -24,9 +24,9 @@ Also, you can replace your variable values using regexp.
24
24
25
25
- Using JetBrains Marketplace:
26
26
27
-
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
27
+
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26165) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
28
28
29
-
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
29
+
You can also download the [latest release](https://plugins.jetbrains.com/plugin/26165/versions) from JetBrains Marketplace and install it manually using
30
30
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
31
31
32
32
- Manually:
@@ -36,4 +36,4 @@ Also, you can replace your variable values using regexp.
36
36
37
37
# License
38
38
39
-
Copyright (c) 2024 Sviatoslav Sharaev. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).
39
+
Copyright (c) 2024 Sviatoslav Sharaev. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).
0 commit comments