Skip to content

Commit

Permalink
Publish docs from f32f82a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 10, 2023
1 parent 4df8c93 commit 1bd2684
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 12 deletions.
60 changes: 60 additions & 0 deletions References/terraform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,40 @@ <h3 id="infra.contrib.fluxcd.io/v1alpha2.BackendConfigsReference">BackendConfigs
</table>
</div>
</div>
<h3 id="infra.contrib.fluxcd.io/v1alpha2.BranchPlanner">BranchPlanner
</h3>
<p>
(<em>Appears on:</em>
<a href="#infra.contrib.fluxcd.io/v1alpha2.TerraformSpec">TerraformSpec</a>)
</p>
<div class="md-typeset__scrollwrap">
<div class="md-typeset__table">
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>enablePathScope</code><br>
<em>
bool
</em>
</td>
<td>
<em>(Optional)</em>
<p>EnablePathScope specifies if the Branch Planner should or shouldn&rsquo;t check
if a Pull Request has changes under <code>.spec.path</code>. If enabled extra
resources will be created only if there are any changes in terraform files.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<h3 id="infra.contrib.fluxcd.io/v1alpha2.CloudSpec">CloudSpec
</h3>
<p>
Expand Down Expand Up @@ -2090,6 +2124,19 @@ <h3 id="infra.contrib.fluxcd.io/v1alpha2.Terraform">Terraform
and allow interactive shell in case of emergency.</p>
</td>
</tr>
<tr>
<td>
<code>branchPlanner</code><br>
<em>
<a href="#infra.contrib.fluxcd.io/v1alpha2.BranchPlanner">
BranchPlanner
</a>
</em>
</td>
<td>
<p>BarnchPlanner configuration.</p>
</td>
</tr>
</table>
</td>
</tr>
Expand Down Expand Up @@ -2612,6 +2659,19 @@ <h3 id="infra.contrib.fluxcd.io/v1alpha2.TerraformSpec">TerraformSpec
and allow interactive shell in case of emergency.</p>
</td>
</tr>
<tr>
<td>
<code>branchPlanner</code><br>
<em>
<a href="#infra.contrib.fluxcd.io/v1alpha2.BranchPlanner">
BranchPlanner
</a>
</em>
</td>
<td>
<p>BarnchPlanner configuration.</p>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down
8 changes: 4 additions & 4 deletions branch_planner/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sourceRef:
kind: HelmRepository
name: tf-controller
version: '>=0.16.0-rc.2'
version: '>=0.16.0-rc.3'
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
Expand All @@ -46,13 +46,13 @@ spec:
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
runner:
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
grpc:
maxMessageSize: 30
branchPlanner:
enabled: true
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
8 changes: 4 additions & 4 deletions branch_planner/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sourceRef:
kind: HelmRepository
name: tf-controller
version: '>=0.16.0-rc.2'
version: '>=0.16.0-rc.3'
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
Expand All @@ -46,13 +46,13 @@ spec:
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
runner:
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
grpc:
maxMessageSize: 30
branchPlanner:
enabled: true
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
6 changes: 3 additions & 3 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sourceRef:
kind: HelmRepository
name: tf-controller
version: '>=0.16.0-rc.2'
version: '>=0.16.0-rc.3'
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
Expand All @@ -46,9 +46,9 @@ spec:
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
runner:
image:
tag: v0.16.0-rc.2
tag: v0.16.0-rc.3
grpc:
maxMessageSize: 30
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 1bd2684

Please sign in to comment.