From b3ad2d88eecd400a571c85c64db9acf60633a993 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Wed, 29 May 2024 18:47:33 +0530 Subject: [PATCH] [MOSIP-33380] added helm and install script for resident-services Signed-off-by: techno-467 --- .github/workflows/chart-lint-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart-lint-publish.yml b/.github/workflows/chart-lint-publish.yml index 8b825eab37d..878861a9d65 100644 --- a/.github/workflows/chart-lint-publish.yml +++ b/.github/workflows/chart-lint-publish.yml @@ -12,7 +12,7 @@ on: IGNORE_CHARTS: description: 'Provide list of charts to be ignored separated by pipe(|)' required: false - default: '' + default: '""' type: string CHART_PUBLISH: description: 'Chart publishing to gh-pages branch' @@ -51,7 +51,7 @@ jobs: REPOSITORY: mosip-helm BRANCH: gh-pages INCLUDE_ALL_CHARTS: "${{ inputs.INCLUDE_ALL_CHARTS || 'NO' }}" - IGNORE_CHARTS: "${{ inputs.IGNORE_CHARTS || '' }}" + IGNORE_CHARTS: "${{ inputs.IGNORE_CHARTS || '\"\"' }}" CHART_PUBLISH: "${{ inputs.CHART_PUBLISH || 'YES' }}" LINTING_CHART_SCHEMA_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/chart-schema.yaml" LINTING_LINTCONF_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/lintconf.yaml"