-
- Downloads
Truncate secret annotation key
Truncates the key used in the secret hash annotation, ensuring a maximum length of 63 characters per the Kubernetes spec. Reference for helper function: https://stackoverflow.com/a/69549487 Closes #1026 Changelog: fixed
parent
3934aa77
No related branches found
No related tags found
Pipeline #755250104 passed with warnings
Stage: check
Stage: prepare
Stage: build
Stage: test
Stage: release
Stage: certification
Stage: cluster_tests_approval
Stage: review
Stage: qa
Stage: cleanup
Showing
- controllers/gitlab_controller.go 9 additions, 1 deletioncontrollers/gitlab_controller.go
- controllers/internal/helpers.go 20 additions, 0 deletionscontrollers/internal/helpers.go
- controllers/internal/helpers_test.go 45 additions, 0 deletionscontrollers/internal/helpers_test.go
- controllers/internal/suite_test.go 13 additions, 0 deletionscontrollers/internal/suite_test.go
controllers/internal/helpers_test.go
0 → 100644
controllers/internal/suite_test.go
0 → 100644
Please register or sign in to comment