Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot d6ec996d3c Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 12s
Generated by CI/CD workflow on 2026-05-05 18:13:54

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 18:13:54 +00:00
+3 -8
View File
@@ -113,18 +113,13 @@ grafana:
name: Keycloak
enabled: true
scopes: "openid profile email"
allow_sign_up: true
auth_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/auth
token_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/token
api_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/userinfo
email_attribute_path: email
login_attribute_path: preferred_username
name_attribute_path: name
# #contains(groups, 'Grafana Editors') && 'Editor' ||
role_attribute_path: >-
contains(groups[*], 'hexor-admin') && 'Admin' ||
contains(groups[*], 'hexor-guest') && 'Viewer' ||
'Viewer'
role_attribute_strict: false
contains(groups, 'hexor-admin') && 'Admin' ||
contains(groups, 'hexor-guest') && 'Viewer'
database:
type: postgres
host: psql.psql.svc:5432