From 7e76543c488e708d155a7271f400640ae38407cb Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 6 Jul 2025 11:41:19 +0200 Subject: [PATCH] fix(doc): Fix the docstring following Go recommandation --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 459893c..78cca18 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -14,7 +14,7 @@ import ( corev1 "k8s.io/api/core/v1" ) -// Default values for permissions apply to created directories. +// DirectoryPermission is the default values for permissions apply to created directories. const DirectoryPermission = 0o755 // TplName returns the name of the kubernetes resource as a template string.