net.mayope.deployplugin
Owner: Lukas Meisegeier
Opinionated tool to deploy docker container to kubernetes using helm
https://github.com/mayope/deployment-plugin
Sources: https://github.com/mayope/deployment-plugin
Version 0.0.39
0.0.39
Created 04 May 2021.
Opinionated tool to deploy docker container to kubernetes using helm
Add this plugin to your build using the plugins DSL:
plugins {
id("net.mayope.deployplugin") version "0.0.39"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.mayope:deployment-plugin:0.0.39") } } apply(plugin = "net.mayope.deployplugin")
- Applying plugins to all subprojects .