Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions k8s/resources/common/config/user-admin-server-application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
useradmin:
defaultMaxAllowedCases: 100 # Default allowed cases for a user
defaultMaxAllowedBuilds: 100 # Default allowed builds for a user
Comment on lines +1 to +3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix line ending characters.

The file uses CRLF line endings instead of LF, which can cause issues with Git diffs and cross-platform consistency. Please convert to LF line endings.

🧰 Tools
🪛 YAMLlint (1.38.0)

[error] 1-1: wrong new line character: expected \n

(new-lines)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@k8s/resources/common/config/user-admin-server-application.yml` around lines 1
- 3, The file contains CRLF endings; convert the file to use LF line endings so
Git diffs and CI behave consistently: open the file containing the YAML keys
(useradmin, defaultMaxAllowedCases, defaultMaxAllowedBuilds) and replace CRLF
with LF, or run a line-ending normalization tool (e.g., dos2unix) or adjust
.gitattributes/git config to enforce LF and recommit the file so only line
endings change.