From ec1013ac4ab45af5cb454cc8dfce6a271c41484f Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 3 Nov 2022 11:37:31 +0200 Subject: [PATCH] extend comment --- test/minio/1.7.0/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/minio/1.7.0/templates/deployment.yaml b/test/minio/1.7.0/templates/deployment.yaml index 31215c78c4..f952770526 100644 --- a/test/minio/1.7.0/templates/deployment.yaml +++ b/test/minio/1.7.0/templates/deployment.yaml @@ -76,7 +76,7 @@ spec: {{ if .Values.logsearchapi.enabled }} {{/* We can put any ID we want here. Just make sure it's unique - It can be rolled on each startup without problems. + It can be rolled on each startup without problems, or se can set a static one. */}} {{ $webhookID := (printf "ix-%v" (randAlphaNum 5)) }} {{ $logsearchSecretName := (include "logsearchapi.secretName" .) }}