Commit 155a9ba2 authored by FulcrandG's avatar FulcrandG
Browse files

Testing helm deploy

parent 6636e2a2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,9 @@
# See https://gitlab.com/go2scale/jobs/ for more informations

.helm:
  image: lachlanevenson/k8s-helm:v3.0.2
  image:
    name: lachlanevenson/k8s-helm:v3.0.2
    entrypoint: [""]
  variables:
    CHART_PATH: "./charts/$CI_PROJECT_NAME"
    VALUES_PATH: "./conf/values"