Skip to content
View cari-lynn's full-sized avatar
Block or Report

Block or report cari-lynn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Workflow to generate an OpenAPI Doc ... Workflow to generate an OpenAPI Doc from a data values schema
    1
    1. Run this command to use a data value and schema file together. You can see if you change a value in the `values.yml` to be the incorrect type, you will see an error catches this.
    2
    `ytt -f /values.yml -f schema.yml -f template.yml`
    3
    
                  
    4
    1. Generate the OpenAPI schema from the `schema.yml` file. 
    5
    `ytt -f schema.yml --data-values-schema-inspect -o openapi-v3 > openapi-schema.yml`
  2. carvel-dev/ytt carvel-dev/ytt Public

    YAML templating tool that works on YAML structure instead of text

    Go 1.6k 134

  3. carvel-dev/carvel carvel-dev/carvel Public

    Carvel provides a set of reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes. This repo contains information regarding the …

    HTML 358 107

  4. carvel-dev/imgpkg carvel-dev/imgpkg Public

    Store application configuration files in Docker/OCI registries

    Go 253 61