Skip to content

Commit

Permalink
deploy: c946840
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Jun 5, 2024
1 parent c5c64f3 commit 0df9d58
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,20 @@
nixidy.appOfApps.namespace
</a>

</li>

<li class="md-nav__item">
<a href="#nixidycharts" class="md-nav__link">
nixidy.charts
</a>

</li>

<li class="md-nav__item">
<a href="#nixidychartsdir" class="md-nav__link">
nixidy.chartsDir
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -938,6 +952,20 @@
nixidy.appOfApps.namespace
</a>

</li>

<li class="md-nav__item">
<a href="#nixidycharts" class="md-nav__link">
nixidy.charts
</a>

</li>

<li class="md-nav__item">
<a href="#nixidychartsdir" class="md-nav__link">
nixidy.chartsDir
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1372,6 +1400,26 @@ <h2 id="nixidyappofappsnamespace">nixidy.appOfApps.namespace<a class="headerlink
<ul>
<li><a href="https://github.com/arnarg/nixidy/blob/main/modules/nixidy.nix">&lt;nixidy/modules/nixidy.nix&gt;</a></li>
</ul>
<h2 id="nixidycharts">nixidy.charts<a class="headerlink" href="#nixidycharts" title="Permanent link">#</a></h2>
<p>Attrset of derivations containing helm charts. This will be passed as <code>charts</code> to every module.</p>
<p><strong><em>Type:</em></strong>
attribute set of anything</p>
<p><strong><em>Default:</em></strong>
<code class="highlight"><span class="p">{</span> <span class="p">}</span></code></p>
<p><strong><em>Declared by:</em></strong></p>
<ul>
<li><a href="https://github.com/arnarg/nixidy/blob/main/modules/nixidy.nix">&lt;nixidy/modules/nixidy.nix&gt;</a></li>
</ul>
<h2 id="nixidychartsdir">nixidy.chartsDir<a class="headerlink" href="#nixidychartsdir" title="Permanent link">#</a></h2>
<p>Path to a directory containing sub-directory structure that can be used to build a charts attrset. This will be passed as <code>charts</code> to every module.</p>
<p><strong><em>Type:</em></strong>
null or path</p>
<p><strong><em>Default:</em></strong>
<code class="highlight"><span class="no">null</span></code></p>
<p><strong><em>Declared by:</em></strong></p>
<ul>
<li><a href="https://github.com/arnarg/nixidy/blob/main/modules/nixidy.nix">&lt;nixidy/modules/nixidy.nix&gt;</a></li>
</ul>
<h2 id="nixidydefaultshelmtransformer">nixidy.defaults.helm.transformer<a class="headerlink" href="#nixidydefaultshelmtransformer" title="Permanent link">#</a></h2>
<p>Function that will be applied to the list of rendered manifests after the helm templating.
This option applies to all helm releases in all applications unless explicitly specified
Expand Down
Loading

0 comments on commit 0df9d58

Please sign in to comment.