Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
Signed-off-by: hitesh-wani-px <hwani+github@purestorage.com>
  • Loading branch information
hitesh-wani-px committed Aug 13, 2024
1 parent 7188517 commit 45d94cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-helm-stc-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions deploy/crds/core_v1_storagecluster_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45d94cd

Please sign in to comment.