Skip to content

Commit

Permalink
chore: Default value schema added. This is needed to gen the OpenAPIv…
Browse files Browse the repository at this point in the history
…3 Schema in the Package CR

Signed-off-by: Rashed Kamal <krashed@vmware.com>
  • Loading branch information
rashedkvm committed Feb 15, 2024
1 parent bcab149 commit 081f37c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dist/schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#@data/values-schema
#@schema/desc "OpenAPIv3 Schema for Cartographer Conventions"

---
#@schema/desc "Optional: run independent of Cartographer, creates the cartographer-system namespace"
stand_alone: true

#@schema/desc "Optional: PEM Encoded certificate data for image registries with private CA."
ca_cert_data: ""

#@schema/desc "Optional: Arn role that has access to pull images from ECR container registry"
aws_iam_role_arn: ""

0 comments on commit 081f37c

Please sign in to comment.