Loading templates/gitlab-ci-helmfile.yml +5 −4 Original line number Diff line number Diff line Loading @@ -574,17 +574,18 @@ stages: # ================================================== # Stage: check # ================================================== # lint-job is used to check the syntax of the Helm Chart for best practices. # lint-job is used to check the syntax across all of the charts/releases # in the helmfile manifest. helmfile-lint: extends: .helmfile-base stage: package-test stage: test script: - helmfile ${TRACE+--debug} -f ${HELMFILE_PATH} $HELMFILE_LINT_ARGS rules: - if: '$HELMFILE_LINT_ENABLED != "true"' when: never - exists: - "${HELMFILE_PATH}" # then use common test jobs policy - !reference [.test-policy, rules] # Deploy job prototype # Can be extended to define a concrete environment Loading Loading
templates/gitlab-ci-helmfile.yml +5 −4 Original line number Diff line number Diff line Loading @@ -574,17 +574,18 @@ stages: # ================================================== # Stage: check # ================================================== # lint-job is used to check the syntax of the Helm Chart for best practices. # lint-job is used to check the syntax across all of the charts/releases # in the helmfile manifest. helmfile-lint: extends: .helmfile-base stage: package-test stage: test script: - helmfile ${TRACE+--debug} -f ${HELMFILE_PATH} $HELMFILE_LINT_ARGS rules: - if: '$HELMFILE_LINT_ENABLED != "true"' when: never - exists: - "${HELMFILE_PATH}" # then use common test jobs policy - !reference [.test-policy, rules] # Deploy job prototype # Can be extended to define a concrete environment Loading