GitOps - Do's and don'ts

GitOps

Insert Lead paragraph here.

Do's

This is a standard "note" style.

Dont's

This is a standard "note" style.

1package main
2
3import "fmt"
4
5func main() {
6    for i := 0; i < 3; i++ {
7        fmt.Println("Value of i:", i)
8    }
9}
1go

This is 2025, and look at how far we've come.