Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
vmrm committed May 7, 2024
1 parent 030e1a8 commit e73196c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ There are several ways to deliver secrets to an application from vault-compatibl
</thead>
<tbody>
<tr>
<td><a style="color: #fff;" href="#option-1-get-the-secrets-from-the-app-itself">App</a></td>
<td><a style="color: ##0066FF;" href="#option-1-get-the-secrets-from-the-app-itself">App</a></td>
<td>Doesn't change</td>
<td>Directly from secrets store</td>
<td>Is not stored</td>
<td>Implemented</td>
</tr>
<tr>
<td><a style="color: #fff;" href="#CSI-interface">CSI Interface</a></td>
<td><a style="color: ##0066FF;" href="#CSI-interface">CSI Interface</a></td>
<td>Two pods per node (daemonset)</td>
<td><ul><li>From disk volume (as a file)</li><li>From environment variable</li></ul></td>
<td>Is not stored</td>
<td>Implemented</td>
</tr>
<tr>
<td><a style="color: #fff;" href="#option-3-entrypoint-injection">Entrypoint injection</a></td>
<td><a style="color: ##0066FF;" href="#option-3-entrypoint-injection">Entrypoint injection</a></td>
<td>One app for whole cluster (deployment)</td>
<td>Secrets are delivered as environment variables during application start</td>
<td>Is not stored</td>
<td>In the process of implementation</td>
</tr>
<tr>
<td><a style="color: #fff;" href="#option-4-delivering-secrets-through-Kubernetes-mechanisms">Kubernetes Secrets</a></td>
<td><a style="color: ##0066FF;" href="#option-4-delivering-secrets-through-Kubernetes-mechanisms">Kubernetes Secrets</a></td>
<td>One app for whole cluster (deployment)</td>
<td><ul><li>From disk volume (as a file)</li><li>From environment variable</li></ul></td>
<td>Stored as a Kubernetes Secret</td>
Expand Down
8 changes: 4 additions & 4 deletions docs/README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@ description: "Модуль secrets-store-integration реализует инте
</thead>
<tbody>
<tr>
<td><a style="color: #fff;" href=#вариант-1-получение-секретов-самим-приложением">Приложение</a></td>
<td><a style="color: ##0066FF;" href=#вариант-1-получение-секретов-самим-приложением">Приложение</a></td>
<td>Не меняется</td>
<td>Напрямую из хранилища секретов</td>
<td>Не хранится</td>
<td>Реализовано</td>
</tr>
<tr>
<td><a style="color: #fff;" href="#механизм-csi">Механизм CSI</a></td>
<td><a style="color: ##0066FF;" href="#механизм-csi">Механизм CSI</a></td>
<td>Два пода на каждую ноду (daemonset)</td>
<td><ul><li>Из дискового тома (как файл)</li><li>Из переменной окружения</li></ul></td>
<td>Не хранится</td>
<td>Реализовано</td>
</tr>
<tr>
<td><a style="color: #fff;" href="#вариант-3-инъекция-entrypoint">Инъекция entrypoint</a></td>
<td><a style="color: ##0066FF;" href="#вариант-3-инъекция-entrypoint">Инъекция entrypoint</a></td>
<td>Один под на каждую ноду (daemonset)</td>
<td>Секреты доставляются из хранилища в момент запуска приложения в виде переменных окружения</td>
<td>Не хранится</td>
<td>В процессе реализации</td>
</tr>
<tr>
<td><a style="color: #fff;" href="#вариант-4-доставка-секретов-через-механизмы-Kubernetes">Секреты Kubernetes</a></td>
<td><a style="color: ##0066FF;" href="#вариант-4-доставка-секретов-через-механизмы-Kubernetes">Секреты Kubernetes</a></td>
<td>Одно приложение на кластер (deployment)</td>
<td><ul><li>Из дискового тома (как файл)</li><li>Из переменной окружения</li></ul></td>
<td>Хранится в Secrets</td>
Expand Down

0 comments on commit e73196c

Please sign in to comment.