Skip to content

Commit

Permalink
refactor: add id, remove namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 15, 2024
1 parent 4fdb19f commit 572f8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/amphitheatre-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0
6 changes: 3 additions & 3 deletions charts/amphitheatre-crds/templates/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ spec:
description: The description of the playbook
nullable: true
type: string
namespace:
description: Namespace for its managed resources and Actor deployment instances
id:
description: The Id of the playbook
type: string
preface:
description: The starting character for this playbook
Expand Down Expand Up @@ -598,7 +598,7 @@ spec:
description: The title of the playbook
type: string
required:
- namespace
- id
- preface
- title
type: object
Expand Down

0 comments on commit 572f8d2

Please sign in to comment.