Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-wani-px committed Aug 12, 2024
1 parent a629296 commit 5f204ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-helm-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [[ -z "$HELM_PR_LINK" ]]; then
echo "Error: HELM_PR_LINK is missing in the description."
exit 1
elif [[ "$HELM_PR_LINK" == "NOT_NEEDED" ]]; then
elif [[ "$HELM_PR_LINK" == "NOT_REQUIRED" ]]; then
echo "helm_check=skipped" >> $GITHUB_ENV
else
echo "helm_pr_link=true" >> $GITHUB_ENV
Expand Down
2 changes: 2 additions & 0 deletions deploy/crds/core_v1_storagecluster_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ spec:
minimum: 0
description: Maximum nodes in every zone in every node group that will have storage
in the cluster.
newfield:
type: string
nodePoolLabel:
type: string
description: Kubernetes node label key with which nodes are grouped into node pools
Expand Down

0 comments on commit 5f204ea

Please sign in to comment.