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

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

@@ -10,12 +10,12 @@ kind: Secret
 metadata:
   name: {{ include "logsearchapi.secretName" . }}
 data:
-  {{ with (lookup "v1" "Secret" .Release.Namespace (include "logsearchapi.secretName")) }}
+  {{ with (lookup "v1" "Secret" .Release.Namespace (include "logsearchapi.secretName" .)) }}
   {{ $auditToken = (index .data "auditToken") }}
   {{ end }}
   auditToken: {{ $auditToken }}
 
-  {{ with (lookup "v1" "Secret" .Release.Namespace (include "logsearchapi.secretName")) }}
+  {{ with (lookup "v1" "Secret" .Release.Namespace (include "logsearchapi.secretName" .)) }}
   {{ $queryToken = (index .data "queryToken") }}
   {{ end }}
   queryToken: {{ $queryToken }}