Committing to a Blueprint
Velocity Environments can be created from local files, but for a Velocity Blueprint to be accessible for an entire organization, it must first be committed to Velocity. This guide will walk you through the process of committing to a Velocity Blueprint.
After you've added the required Velocity Annotations and Templates to your Kubernetes manifests, you can add them to your Blueprint via the CLI with the
veloctl blueprint commit
command. NOTE: Each time you commit a group of files to your Blueprint, you will need to designate a Blueprint Source.
veloctl blueprint commit -f example.yaml --source <logical_descriptor or repo_name>
helm template . -f velocity-values.yaml | veloctl blueprint commit -f - --source <helm_chart_descriptor>
Last modified 2mo ago