Explorar el Código

autocomplete -.-

Stavros kois hace 2 años
padre
commit
a08e98adfa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/minio/1.7.0/templates/logsearchapi-secret.yaml

+ 1 - 1
test/minio/1.7.0/templates/logsearchapi-secret.yaml

@@ -3,7 +3,7 @@
 {{ $_ := set $logSearchValues "common" (dict "nameSuffix" (include "logsearchapi.nameSuffix" .)) }}
 
 {{ $auditToken := randAlphaNum 32 | b64enc }}
-{{ $queryToken := randAlphaNum 32 | b32enc }}
+{{ $queryToken := randAlphaNum 32 | b64enc }}
 
 apiVersion: v1
 kind: Secret