/boilr-templates

Boilr templates collection (https://github.com/lucasepe/boilr)

Primary LanguageSmarty

Boilr Templates

This repository contains boilr templates.

How to use the templates

1. Grab a boilr release

Install the pre-compiled binary or compile from source:

$  go install github.com/lucasepe/boilr@latest

2. Clone this repository

$ git clone https://github.com/lucasepe/boilr-templates.git

Templates

Crossplane provider template

Env Vars

Name Description
REGISTRY Container Registry
ORG Git Repo Organization or Username
VENDOR Vendor name
NAME Provider Name
API_GROUP Managed Resource Api Group
RESOURCE_NAME Managed Resource Name

example (file provider-destiny2.env):

REGISTRY=ghcr.io
ORG=lucasepe
VENDOR="Luca Sepe"
NAME=destiny2
RESOURCE_NAME=GuardianEquipment
API_GROUP=destiny2.example.io