From 572f8d22e66b221e5bcff6bc10cacf45375c5fef Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Mon, 15 Jan 2024 15:02:14 +0800 Subject: [PATCH] refactor: add id, remove namespace --- charts/amphitheatre-crds/Chart.yaml | 2 +- charts/amphitheatre-crds/templates/playbook.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/amphitheatre-crds/Chart.yaml b/charts/amphitheatre-crds/Chart.yaml index 45f272f..13b4e4b 100644 --- a/charts/amphitheatre-crds/Chart.yaml +++ b/charts/amphitheatre-crds/Chart.yaml @@ -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 diff --git a/charts/amphitheatre-crds/templates/playbook.yaml b/charts/amphitheatre-crds/templates/playbook.yaml index 70a3760..8849068 100644 --- a/charts/amphitheatre-crds/templates/playbook.yaml +++ b/charts/amphitheatre-crds/templates/playbook.yaml @@ -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 @@ -598,7 +598,7 @@ spec: description: The title of the playbook type: string required: - - namespace + - id - preface - title type: object