From 45d94cd0b74d7863a170b6a14f804bc133795f00 Mon Sep 17 00:00:00 2001 From: hitesh-wani-px Date: Wed, 14 Aug 2024 00:10:29 +0530 Subject: [PATCH] test commit Signed-off-by: hitesh-wani-px --- .github/workflows/on-pr-helm-stc-sync.yaml | 2 +- deploy/crds/core_v1_storagecluster_crd.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-pr-helm-stc-sync.yaml b/.github/workflows/on-pr-helm-stc-sync.yaml index 8d75e9b3f..1019c740d 100644 --- a/.github/workflows/on-pr-helm-stc-sync.yaml +++ b/.github/workflows/on-pr-helm-stc-sync.yaml @@ -35,7 +35,7 @@ jobs: # Extract the HELM_PR_LINK value HELM_PR_LINK=$(echo "$PR_BODY" | grep -oP 'HELM_PR_LINK[[:space:]]*=[[:space:]]*.*' | awk -F '=' '{print $2}' | xargs) - IS_CONFIGURABLE = $(echo "$PR_BODY" | grep -oP 'IS_USER_CONFIGURABLE_FIELD_ADDED[[:space:]]*=[[:space:]]*.*' | awk -F '=' '{print $2}' | xargs) + IS_CONFIGURABLE=$(echo "$PR_BODY" | grep -oP 'IS_USER_CONFIGURABLE_FIELD_ADDED[[:space:]]*=[[:space:]]*.*' | awk -F '=' '{print $2}' | xargs) echo "HELM_PR_LINK: '$HELM_PR_LINK'" echo "IS_USER_CONFIGURABLE_FIELD_ADDED": '$IS_CONFIGURABLE' diff --git a/deploy/crds/core_v1_storagecluster_crd.yaml b/deploy/crds/core_v1_storagecluster_crd.yaml index c448362ed..742f51b6e 100644 --- a/deploy/crds/core_v1_storagecluster_crd.yaml +++ b/deploy/crds/core_v1_storagecluster_crd.yaml @@ -503,8 +503,8 @@ spec: description: Contains STORK related spec. properties: enabled: - type: boolean - description: Flag indicating whether STORK needs to be enabled. + type: boolean + description: Flag indicating whether STORK needs to be enabled test. lockImage: type: boolean description: Flag indicating if the STORK image needs to be locked to the given image.