Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 378 Bytes

crossplane xfn-nodegroup-loop

This Crossplane composition function relies on the CompositeResourceDefinition of XNodeGroup

kubectl apply -f api/
kubectl apply -f example/

Test locally.

cat test-input.yaml | go run .

Build and push the image.

cd xfn
docker build \
  --tag docker.io/haarchri/xfn-nodegroup-loop:v0.5.0 \
  --push .