Skip to content

Commit

Permalink
Changed playbook scope from namespace to cluster, and added new names…
Browse files Browse the repository at this point in the history
…pace field
  • Loading branch information
wangeguo committed Jan 12, 2023
1 parent 59fe5f5 commit 891d463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/amphitheatre/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.3.0
version: 0.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 4 additions & 1 deletion charts/amphitheatre/crds/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
plural: playbooks
shortNames: []
singular: playbook
scope: Namespaced
scope: Cluster
versions:
- additionalPrinterColumns: []
name: v1
Expand Down Expand Up @@ -95,11 +95,14 @@ spec:
type: array
description:
type: string
namespace:
type: string
title:
type: string
required:
- actors
- description
- namespace
- title
type: object
status:
Expand Down

0 comments on commit 891d463

Please sign in to comment.