Skip to content

Commit

Permalink
deploy: dd14c40
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg committed Dec 15, 2023
1 parent 50e0588 commit 5725236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ <h2 id="demo">Demo<a class="headerlink" href="#demo" title="Permanent link">#</a
<p>See <a href="https://github.com/arnarg/nixidy-demo">nixidy-demo</a>.</p>
<h2 id="non-goals">Non Goals<a class="headerlink" href="#non-goals" title="Permanent link">#</a></h2>
<h3 id="typed-resource-definitions">Typed Resource Definitions<a class="headerlink" href="#typed-resource-definitions" title="Permanent link">#</a></h3>
<p>nixidy does not concern itself with defining typed options for every possible Kubernetes resource like is done with kubenix.
<p>nixidy does not concern itself with defining typed options for every possible Kubernetes resource like is done with <a href="https://github.com/hall/kubenix">kubenix</a>.
This approach requires automatic generation from JSON schemas of all supported resources, and needs to be updated for every new release of Kubernetes.</p>
<p>That also means that it will explicitly need to support every different CRD from applications it wants to deploy.</p>
<p>Instead it allows for outputing any structure as long as it's under <code>&lt;apiVersion&gt;.&lt;kind&gt;.&lt;name&gt;</code> and let Argo CD surface the error if the data is not a valid Kubernetes manifest.</p>
Expand Down

0 comments on commit 5725236

Please sign in to comment.