Skip to content

Commit

Permalink
deploy: d902195
Browse files Browse the repository at this point in the history
  • Loading branch information
yalosev committed Sep 5, 2024
1 parent c9647a7 commit e3f7950
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions MODULES.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ <h1 id="module-structure"><a class="header" href="#module-structure">Module stru
<p>A module is a directory with files. Addon-operator searches for the modules directories in <code>/modules</code> or in the paths specified by the $MODULES_DIR variable. The module has the same name as the corresponding directory excluding the numeric prefix.</p>
<p>An example of the file structure of the module:</p>
<pre><code>/modules/001-simple-module
├── crds
│ ├── doc-ru-projects.yaml
│ ├── doc-ru-projecttemplate.yaml
│ ├── projects.yaml
│ ├── projecttemplate.yaml
├── hooks
│ ├── module-hook-1.sh
│ ├── ...
Expand All @@ -168,6 +173,7 @@ <h1 id="module-structure"><a class="header" href="#module-structure">Module stru
└── values.yaml
</code></pre>
<ul>
<li><code>crds</code> — a directory with crd files.</li>
<li><code>hooks</code> — a directory with hooks.</li>
<li><code>openapi</code><a href="VALUES.html">OpenAPI schemas</a> for config values and for helm values.</li>
<li><code>enabled</code> — a script that gets the status of module (is it enabled or not). See the <a href="LIFECYCLE.html#modules-discovery">modules discovery</a> process.</li>
Expand Down
4 changes: 4 additions & 0 deletions RUNNING.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ <h2 id="environment-variables"><a class="header" href="#environment-variables">E
dev_cluster_live_ticks 32
...
</code></pre>
<p><strong>ADDON_OPERATOR_CRD_EXTRA_LABELS</strong> – string with CRDs label pairs.<br />
For example: <code>heritage=my-app,scope=extra</code><br />
Default is <code>heritage=addon-operator</code>.</p>
<p><strong>ADDON_OPERATOR_CRD_FILTER_PREFIXES</strong> – String of filters for the CRD, separated by commas. Default is <code>doc-,_</code>.</p>
<h3 id="kubernetes-client-settings"><a class="header" href="#kubernetes-client-settings">Kubernetes client settings</a></h3>
<p><strong>KUBE_CONFIG</strong> — a path to a kubernetes client config (~/.kube/config)</p>
<p><strong>KUBE_CONTEXT</strong> — a context name in a kubernetes client config (similar to a <code>--context</code> flag of a kubectl)</p>
Expand Down
10 changes: 10 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ <h2 id="environment-variables"><a class="header" href="#environment-variables">E
dev_cluster_live_ticks 32
...
</code></pre>
<p><strong>ADDON_OPERATOR_CRD_EXTRA_LABELS</strong> – string with CRDs label pairs.<br />
For example: <code>heritage=my-app,scope=extra</code><br />
Default is <code>heritage=addon-operator</code>.</p>
<p><strong>ADDON_OPERATOR_CRD_FILTER_PREFIXES</strong> – String of filters for the CRD, separated by commas. Default is <code>doc-,_</code>.</p>
<h3 id="kubernetes-client-settings"><a class="header" href="#kubernetes-client-settings">Kubernetes client settings</a></h3>
<p><strong>KUBE_CONFIG</strong> — a path to a kubernetes client config (~/.kube/config)</p>
<p><strong>KUBE_CONTEXT</strong> — a context name in a kubernetes client config (similar to a <code>--context</code> flag of a kubectl)</p>
Expand Down Expand Up @@ -1345,6 +1349,11 @@ <h2 id="queue-monitoring"><a class="header" href="#queue-monitoring">Queue monit
<p>A module is a directory with files. Addon-operator searches for the modules directories in <code>/modules</code> or in the paths specified by the $MODULES_DIR variable. The module has the same name as the corresponding directory excluding the numeric prefix.</p>
<p>An example of the file structure of the module:</p>
<pre><code>/modules/001-simple-module
├── crds
│ ├── doc-ru-projects.yaml
│ ├── doc-ru-projecttemplate.yaml
│ ├── projects.yaml
│ ├── projecttemplate.yaml
├── hooks
│ ├── module-hook-1.sh
│ ├── ...
Expand All @@ -1363,6 +1372,7 @@ <h2 id="queue-monitoring"><a class="header" href="#queue-monitoring">Queue monit
└── values.yaml
</code></pre>
<ul>
<li><code>crds</code> — a directory with crd files.</li>
<li><code>hooks</code> — a directory with hooks.</li>
<li><code>openapi</code><a href="VALUES.html">OpenAPI schemas</a> for config values and for helm values.</li>
<li><code>enabled</code> — a script that gets the status of module (is it enabled or not). See the <a href="LIFECYCLE.html#modules-discovery">modules discovery</a> process.</li>
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 e3f7950

Please sign in to comment.