Skip to content

Commit

Permalink
Merge pull request #392 from johnbieren/rsc_default
Browse files Browse the repository at this point in the history
feat: add default ReleaseServiceConfig
  • Loading branch information
johnbieren authored Mar 4, 2024
2 parents 8a65c03 + bc8a401 commit 0e7c27c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# used to generate the 'manifests/' directory in a bundle.
resources:
- bases/release-service.clusterserviceversion.yaml
- release_service_config.yaml
- ../default
- ../samples
- ../scorecard
Expand Down
6 changes: 6 additions & 0 deletions config/manifests/release_service_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: ReleaseServiceConfig
metadata:
name: config
spec:
debug: false

0 comments on commit 0e7c27c

Please sign in to comment.