From 1ef0596d37be13655dd2c6e71cdf686f2729bcb8 Mon Sep 17 00:00:00 2001 From: Tsuzu <8574909+tsuzu@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:28:03 +0900 Subject: [PATCH 1/2] Fix workflow name --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a48231..087dcc8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Build images +name: Release yaml on: pull_request: @@ -7,7 +7,7 @@ on: - "v*.*.*" jobs: - docker: + release: runs-on: ubuntu-latest steps: - From 6926a73f6252ad39c140082f7fc988e426d7d906 Mon Sep 17 00:00:00 2001 From: Tsuzu <8574909+tsuzu@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:47:21 +0900 Subject: [PATCH 2/2] Fix --- templates/clusterclass-quickstart.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/clusterclass-quickstart.yaml b/templates/clusterclass-quickstart.yaml index 6c2f081..5a63e2a 100644 --- a/templates/clusterclass-quickstart.yaml +++ b/templates/clusterclass-quickstart.yaml @@ -38,12 +38,9 @@ spec: required: true schema: openAPIV3Schema: - type: object - properties: - goriras: - type: array - items: - type: object + type: array + items: + type: string default: - localhost - 127.0.0.1