Skip to content

Commit

Permalink
Merge pull request #4 from miscord-dev/impl-ctrl
Browse files Browse the repository at this point in the history
Fix workflow name
  • Loading branch information
tsuzu authored Feb 19, 2023
2 parents 8aadcc2 + 6926a73 commit 05217a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build images
name: Release yaml

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:
- "v*.*.*"

jobs:
docker:
release:
runs-on: ubuntu-latest
steps:
-
Expand Down
9 changes: 3 additions & 6 deletions templates/clusterclass-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05217a0

Please sign in to comment.