Skip to content

[BUG] 0.8.0 Kafka cluster created by 0.8 example yaml without status also ComponentDefinition.apps.kubeblocks.io "kafka-combine" not found #1195

[BUG] 0.8.0 Kafka cluster created by 0.8 example yaml without status also ComponentDefinition.apps.kubeblocks.io "kafka-combine" not found

[BUG] 0.8.0 Kafka cluster created by 0.8 example yaml without status also ComponentDefinition.apps.kubeblocks.io "kafka-combine" not found #1195

Workflow file for this run

name: CHERRY-PICK
on:
issue_comment:
types: [created]
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
jobs:
cherry-pick:
name: Cherry Pick
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/cherry-pick')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ env.GITHUB_TOKEN }}
fetch-depth: 0
- name: Automatic Cherry Pick
uses: apecloud-inc/gha-cherry-pick@v1
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}