Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.
/ gitops-kodlunch Public archive

Kodlunch om GitOps

Notifications You must be signed in to change notification settings

Iteam1337/gitops-kodlunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitops-kodlunch

Kodlunch om GitOps.

SSH-nycklar

Deploy Keys

Bootstrap

# Setup Flux.
flux bootstrap github --components-extra=image-reflector-controller,image-automation-controller --owner=iteam1337 --repository=gitops-kodlunch --branch=main --path=./clusters/demo --personal

# Create GIT secret.
flux create secret git git --url=ssh://[email protected]:22/iteam1337/gitops-kodlunch.git --private-key-file=./identity

Monitor

flux get all -A --status-selector ready=false

Releases

No releases published

Packages

No packages published