Fix: add extra annotations and labels to helm release

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-03-09 21:45:45 +08:00
parent 01600081f6
commit 0b1a119f76
8 changed files with 130 additions and 20 deletions

View File

@@ -17,6 +17,5 @@ limitations under the License.
package helmwrapper
const (
workspaceBase = "/dev/shm/helm-operator"
helmPath = "/usr/bin/helm"
helmPath = "/usr/bin/helm"
)