Skip to content

Commit

Permalink
Merge pull request #10 from kcagran/fix-usecases
Browse files Browse the repository at this point in the history
Make usecases a required input
  • Loading branch information
justinc1 authored Dec 18, 2024
2 parents 83e77e2 + 26b622a commit 53976fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generic-seed/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ spec:
useCases:
title: Use cases
type: array
minItems: 1
items:
type: object
enum:
Expand Down Expand Up @@ -116,6 +117,9 @@ spec:
title: AAP validate certs
type: boolean
default: false
errorMessage:
properties:
useCases: 'Select at least one use case.'
steps:
- id: create-project
name: Create project
Expand Down

0 comments on commit 53976fe

Please sign in to comment.