From 884cb61690e9c84244a20383bc2a768b0a9a07aa Mon Sep 17 00:00:00 2001 From: shodan Date: Mon, 30 Mar 2026 13:57:08 +0000 Subject: [PATCH] . --- argocd/install.yaml | 10 ++++++++++ stirling/README.md | 3 +++ wekan/README.md | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 stirling/README.md create mode 100644 wekan/README.md diff --git a/argocd/install.yaml b/argocd/install.yaml index 7311e22..b8c2466 100644 --- a/argocd/install.yaml +++ b/argocd/install.yaml @@ -24656,6 +24656,16 @@ data: - /metadata - /endpoints - /ports + resource.customizations.health.grafana.integreatly.org_GrafanaDashboard: | + hs = {} + if obj.status ~= nil and obj.status.hash ~= nil and obj.status.hash ~= "" then + hs.status = "Healthy" + hs.message = "GrafanaDashboard reconciled (status.hash present)" + return hs + end + hs.status = "Progressing" + hs.message = "Waiting for GrafanaDashboard status.hash" + return hs resource.exclusions: | ### Network resources created by the Kubernetes control plane and excluded to reduce the number of watched events and UI clutter - apiGroups: diff --git a/stirling/README.md b/stirling/README.md new file mode 100644 index 0000000..d19733a --- /dev/null +++ b/stirling/README.md @@ -0,0 +1,3 @@ +# Stirling PDF + +## PDF Toolbox \ No newline at end of file diff --git a/wekan/README.md b/wekan/README.md new file mode 100644 index 0000000..2ba11d6 --- /dev/null +++ b/wekan/README.md @@ -0,0 +1,3 @@ +# Wekan + +## KAnban board \ No newline at end of file