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