Skip to content

Commit

Permalink
fix: readme and reference branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Dec 19, 2024
1 parent b19d1ff commit b51dac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- main
- master
tags:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![docker image](https://img.shields.io/docker/pulls/kainlite/gitops-operator.svg)](
https://hub.docker.com/r/kainlite/gitops-operator/tags/)

This was created based in the example [here](https://github.com/kube-rs/gitops-operator) from [kube-rs](https://github.com/kube-rs)
This was created based in the example [here](https://github.com/kube-rs/version-rs) from [kube-rs](https://github.com/kube-rs)

Basically this is a GitOps controller working in pull mode, triggered by Kubernetes on a readiness check (this is a
hack) to trigger our fake reconcile method, this can be considered a toy controller or learning project.
Expand Down

0 comments on commit b51dac5

Please sign in to comment.