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

Latest commit

 

History

History
23 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 574 Bytes

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://git@github.com:22/iteam1337/gitops-kodlunch.git --private-key-file=./identity

Monitor

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