1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update snapshot

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-31 13:53:35 -04:00
parent c7ef411235
commit 81c177b8c2

View File

@ -158,10 +158,11 @@ exports[`<ContainerEnv /> renders envFrom when given a secretRef 1`] = `
bar bar
</span> </span>
: :
secretKeyRef(my-secret.bar) secret(my-secret)[bar]
   
<i <i
class="Icon secret-button material interactive focusable" class="Icon secret-button material interactive focusable"
data-testid="show-secret-button-for-default/my-secret:bar"
tabindex="0" tabindex="0"
> >
<span <span
@ -171,7 +172,9 @@ exports[`<ContainerEnv /> renders envFrom when given a secretRef 1`] = `
visibility visibility
</span> </span>
</i> </i>
<div> <div
data-testid="tooltip-content-for-show-secret-button-for-default/my-secret:bar"
>
Show Show
</div> </div>
</div> </div>