Skip to content

Commit

Permalink
Deployed f97ffde to develop with MkDocs 1.6.0 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
versioning_user committed May 24, 2024
1 parent 7cd9011 commit 7a993f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion develop/validators/notaryv1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ <h2 id="configuration-options">Configuration options<a class="headerlink" href="
<td><code>auth.secretName</code></td>
<td>-</td>
<td>-</td>
<td>(Preferred over <code>username</code> + <code>password</code> combination.) Name of a Kubernetes secret that must exist in Connaisseur namespace beforehand. Create a file <code>auth.yaml</code> containing:<br/>&nbsp; <code>username: &lt;user&gt;</code> <br/>&nbsp; <code>password: &lt;password&gt;</code> <br/>Run <code>kubectl create secret generic &lt;kube-secret-name&gt; --from-file auth.yaml -n connaisseur</code> to create the secret.</td>
<td>(Preferred over <code>username</code> + <code>password</code> combination.) Name of a Kubernetes secret that must exist in Connaisseur namespace beforehand. Create a file <code>secret.yaml</code> containing:<br/>&nbsp; <code>username: &lt;user&gt;</code> <br/>&nbsp; <code>password: &lt;password&gt;</code> <br/>Run <code>kubectl create secret generic &lt;kube-secret-name&gt; --from-file secret.yaml -n connaisseur</code> to create the secret.</td>
</tr>
<tr>
<td><code>auth.username</code></td>
Expand Down

0 comments on commit 7a993f9

Please sign in to comment.