.
This commit is contained in:
@@ -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:
|
||||
|
||||
3
stirling/README.md
Normal file
3
stirling/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Stirling PDF
|
||||
|
||||
## PDF Toolbox
|
||||
3
wekan/README.md
Normal file
3
wekan/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Wekan
|
||||
|
||||
## KAnban board
|
||||
Reference in New Issue
Block a user