Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 671 Bytes

File metadata and controls

19 lines (13 loc) · 671 Bytes

CoderTemplate API examples

This directory contains example CoderTemplate resources for exercising the CoderTemplate API (aggregation.coder.com/v1alpha1).

Smoke template export

  • codertemplate-smoke-scratch.yaml is an exported template manifest captured from a live smoke-test cluster.
  • It is intended as a reusable baseline for template create/update API testing.

Apply it with:

kubectl apply -f examples/coder-templates/codertemplate-smoke-scratch.yaml

If you are updating an already-existing object with kubectl replace, include the latest metadata.resourceVersion from kubectl get -o yaml.