소스 검색

extend comment

Stavros kois 2 년 전
부모
커밋
ec1013ac4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/minio/1.7.0/templates/deployment.yaml

+ 1 - 1
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" .) }}