From 2a8eeea49873132113005c5d25cefdfe2b7674ee Mon Sep 17 00:00:00 2001 From: Rashed Kamal Date: Thu, 15 Feb 2024 12:38:17 -0500 Subject: [PATCH] chore: Default value schema added. This is needed to gen the OpenAPIv3 Schema in the Package CR Signed-off-by: Rashed Kamal --- dist/schema.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dist/schema.yaml diff --git a/dist/schema.yaml b/dist/schema.yaml new file mode 100644 index 00000000..f7d44bc4 --- /dev/null +++ b/dist/schema.yaml @@ -0,0 +1,9 @@ +#@data/values-schema +#@schema/desc "OpenAPIv3 Schema for Cartographer Conventions" + +--- +#@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: ""