Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Nov 14, 2024
1 parent ed492c8 commit bdb73a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion design.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h2 id="goals"><a class="header" href="#goals">Goals</a></h2>
</li>
<li>Tenant users can create and delete sub-namespaces by creating and deleting a custom resource in a root or a sub-namespace.
<ul>
<li>If a namespace has one or more sub-namespaces, Accurate prevents the deletion of the namespace.</li>
<li>If a namespace has one or more sub-namespaces, Accurate prevents the deletion of the namespace - unless allow cascading deletion of namespaces is enabled.</li>
</ul>
</li>
<li>Template namespace
Expand Down
1 change: 1 addition & 0 deletions helm.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ <h2 id="values"><a class="header" href="#values">Values</a></h2>
<tr><td>controller.replicas</td><td>int</td><td><code>2</code></td><td>Specify the number of replicas of the controller Pod.</td></tr>
<tr><td>controller.resources</td><td>object</td><td><code>{&quot;requests&quot;:{&quot;cpu&quot;:&quot;100m&quot;,&quot;memory&quot;:&quot;20Mi&quot;}}</code></td><td>Specify resources.</td></tr>
<tr><td>controller.terminationGracePeriodSeconds</td><td>int</td><td><code>10</code></td><td>Specify terminationGracePeriodSeconds.</td></tr>
<tr><td>webhook.allowCascadingDeletion</td><td>bool</td><td><code>false</code></td><td>Enable to allow cascading deletion of namespaces. Accurate webhooks will only allow deletion of a namespace with children if this option is enabled.</td></tr>
<tr><td>image.pullPolicy</td><td>string</td><td><code>nil</code></td><td>Accurate image pullPolicy.</td></tr>
<tr><td>image.repository</td><td>string</td><td><code>&quot;ghcr.io/cybozu-go/accurate&quot;</code></td><td>Accurate image repository to use.</td></tr>
<tr><td>image.tag</td><td>string</td><td><code>{{ .Chart.AppVersion }}</code></td><td>Accurate image tag to use.</td></tr>
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ <h2 id="values"><a class="header" href="#values">Values</a></h2>
<tr><td>controller.replicas</td><td>int</td><td><code>2</code></td><td>Specify the number of replicas of the controller Pod.</td></tr>
<tr><td>controller.resources</td><td>object</td><td><code>{&quot;requests&quot;:{&quot;cpu&quot;:&quot;100m&quot;,&quot;memory&quot;:&quot;20Mi&quot;}}</code></td><td>Specify resources.</td></tr>
<tr><td>controller.terminationGracePeriodSeconds</td><td>int</td><td><code>10</code></td><td>Specify terminationGracePeriodSeconds.</td></tr>
<tr><td>webhook.allowCascadingDeletion</td><td>bool</td><td><code>false</code></td><td>Enable to allow cascading deletion of namespaces. Accurate webhooks will only allow deletion of a namespace with children if this option is enabled.</td></tr>
<tr><td>image.pullPolicy</td><td>string</td><td><code>nil</code></td><td>Accurate image pullPolicy.</td></tr>
<tr><td>image.repository</td><td>string</td><td><code>&quot;ghcr.io/cybozu-go/accurate&quot;</code></td><td>Accurate image repository to use.</td></tr>
<tr><td>image.tag</td><td>string</td><td><code>{{ .Chart.AppVersion }}</code></td><td>Accurate image tag to use.</td></tr>
Expand Down Expand Up @@ -1120,7 +1121,7 @@ <h2 id="goals"><a class="header" href="#goals">Goals</a></h2>
</li>
<li>Tenant users can create and delete sub-namespaces by creating and deleting a custom resource in a root or a sub-namespace.
<ul>
<li>If a namespace has one or more sub-namespaces, Accurate prevents the deletion of the namespace.</li>
<li>If a namespace has one or more sub-namespaces, Accurate prevents the deletion of the namespace - unless allow cascading deletion of namespaces is enabled.</li>
</ul>
</li>
<li>Template namespace
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit bdb73a5

Please # to comment.