mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-24 13:41:26 +07:00
chore: remove outdated TODOs
This commit is contained in:
parent
e0a3f374e3
commit
8abee08165
@ -13,11 +13,6 @@
|
||||
This project utilizes [Infrastructure as Code](https://en.wikipedia.org/wiki/Infrastructure_as_code) and [GitOps](https://www.weave.works/technologies/gitops) to automate provisioning, operating, and updating self-hosted services in my homelab.
|
||||
It can be used as a highly customizable framework to build your own homelab.
|
||||
|
||||
<!-- TODO -->
|
||||
<!-- Feel free to join me on my Matrix chat server at [chat.khuedoan.com](https://chat.khuedoan.com/#/room/#homelab/general:matrix.khuedoan.com), -->
|
||||
<!-- or [`#homelab:matrix.khuedoan.com`](https://matrix.to/#/#homelab:matrix.khuedoan.com) if you already have a Matrix client. -->
|
||||
<!-- Please note that the chat server is self-hosted on my homelab and still at the experimental stage. -->
|
||||
|
||||
<!-- ANCHOR_END: introduction -->
|
||||
|
||||
Current status: **ALPHA**
|
||||
|
@ -17,28 +17,6 @@ argo-cd:
|
||||
end
|
||||
end
|
||||
return hs
|
||||
# TODO https://github.com/argoproj/argo-helm/pull/1070
|
||||
# resource.customizations.health.argoproj.io_ApplicationSet: |
|
||||
# hs = {}
|
||||
# if obj.status ~= nil then
|
||||
# if obj.status.conditions ~= nil then
|
||||
# for i, condition in pairs(obj.status.conditions) do
|
||||
# if condition.type == "ErrorOccurred" and condition.status == "True" then
|
||||
# hs.status = "Degraded"
|
||||
# hs.message = condition.message
|
||||
# return hs
|
||||
# end
|
||||
# if condition.type == "ResourcesUpToDate" and condition.status == "True" then
|
||||
# hs.status = "Healthy"
|
||||
# hs.message = condition.message
|
||||
# return hs
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
# hs.status = "Progressing"
|
||||
# hs.message = ""
|
||||
# return hs
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
|
@ -2,7 +2,6 @@ renovate:
|
||||
cronjob:
|
||||
schedule: '0 9 1 * *' # At 09:00 every month
|
||||
renovate:
|
||||
# TODO generate token automatically, this is just for testing
|
||||
config: |
|
||||
{
|
||||
"platform": "gitea",
|
||||
|
@ -2,14 +2,6 @@ package main
|
||||
|
||||
// TODO WIP clean up
|
||||
|
||||
// TODO ACL policy
|
||||
// path "secret/*" {
|
||||
// capabilities = [
|
||||
// "create",
|
||||
// "list"
|
||||
// ]
|
||||
// }
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: generate-secrets
|
||||
namespace: {{ .Release.Namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "3" # TODO init and unseal in previous waves for production usage
|
||||
argocd.argoproj.io/sync-wave: '1'
|
||||
spec:
|
||||
schedule: '*/5 * * * *'
|
||||
jobTemplate:
|
||||
|
Loading…
Reference in New Issue
Block a user