Skip to content

vfarcic/crossplane-kubernetes

Repository files navigation

Demo Manifests and Code Used in DevOps Toolkit Videos

From Makefile to Justfile (or Taskfile): Recipe Runner Replacement

Generate manifests

devbox shell

just package-generate

exit

Run Tests

devbox shell

just cluster-create

just test-watch

# Stop the watcher with `ctrl+c`

just cluster-destroy

exit

Publish To Upbound

devbox shell

# Replace `[...]` with the Upbound Cloud account
export UP_ACCOUNT=[...]

# Replace `[...]` with the Upbound Cloud token
export UP_TOKEN=[...]

# Replace `[...]` with the version of the package (e.g., `v0.5.0`)
export VERSION=[...]

just package-publish

exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published