Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot 096a004090 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2026-03-16 12:26:59

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-16 12:26:59 +00:00
Ultradesu 56699cd2c6 Added matrix
Check with kubeconform / lint (push) Successful in 15s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 17s
Auto-update README / Generate README and Create MR (push) Successful in 25s
2026-03-16 12:26:14 +00:00
+2 -2
View File
@@ -61,8 +61,8 @@ spec:
scope: "openid profile email"
claims_imports:
localpart:
action: require
template: "{{ `{{ user.preferred_username }}` }}"
action: suggest
template: "{{ `{{ user.preferred_username | split(\"@\") | first }}` }}"
displayname:
action: suggest
template: "{{ `{{ user.name }}` }}"