You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example demonstrates how to create Preview Environments based on Pull Request event with Flux Operator and Ephemeral Environments.
Note: The GitHub repository* is created and auto initialised ready for Flux stack, Flux Operator and Discord notifications to use.
*Creating a fine-gained PAT and dedicated Flux user recommend, for more information see here
Quick Start
bash ./codespace.sh ### Before run it, check which terminal you are using and review comment inside of file (part: install K9S) to avoid errors
kubectl apply -f gatewayapi
kubectl apply -f preview
flux -n app-preview create secret git github-auth \
--url=https://github.com/org/app \
--username=flux \
--password=${GITHUB_TOKEN}