Skip to content

Commit

Permalink
Additional documentation for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
egoshard committed May 10, 2019
1 parent f1d2596 commit ff1851d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

plugins {
id 'org.jetbrains.intellij' version '0.3.11'
}
Expand Down
27 changes: 25 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,34 @@
<idea-plugin>
<id>com.egoshard.intellij.k8s-runtime-config-plugin</id>
<name>Kubernetes Runtime Configuration</name>
<version>1.0.0</version>
<vendor email="[email protected]" url="https://github.com/egoshard/intellij-k8s-runtime-config">Matt Trefethen</vendor>
<description><![CDATA[
This plugin loads Kubernetes ConfigMap, Secret and String data values as environment variables in an IntelliJ run configuration.
<p>This plugin loads Kubernetes ConfigMap, Secret and String Data values as environment variables in an IntelliJ run configuration.</p>
<p>Usage:</p>
<ol>
<li>Run -> Edit Configurations</li>
<li>K8s Configuration tab</li>
<li>Enable configuration support</li>
<li>Add Kubernetes configuration files</li>
<li>Run configuration</li>
</ol>
<p>During run configuration executions configuration files will be parsed in list order and their values injected
as environment variables to the executing module. Configuration files should be ordered in the order they are consumed
within deployments from generic to specific. Configuration keys with matching names in specific files will override
previous values exactly as the would during a Kubernetes deployment</p>
]]></description>
<version>1.0.0</version>
<change-notes>
<![CDATA[
<p><strong>1.0</strong>:</p>
<ul>
<li>Initial support for Kubernetes configuration files and IntelliJ 2018</li>
</ul>
]]>
</change-notes>
<idea-version since-build="172" until-build="183.*"/>
<depends>com.intellij.modules.lang</depends>
<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit ff1851d

Please sign in to comment.