Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crd generation #242

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
go-version: '1.22.x'
cache: true

- name: Generate CRD reference docs
run: npm run generate:crd:reference
- name: Check CRD reference docs
run: npm run check:crd:reference

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
go-version: '1.22.x'
cache: true

- name: Generate CRD reference docs
run: npm run generate:crd:reference
- name: Check CRD reference docs
run: npm run check:crd:reference

- name: Build
run: |
Expand Down
13 changes: 7 additions & 6 deletions content/en/docs/reference/spin-app-executor.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
title: SpinAppExecutor
weight: 2
description: Custom Resource Definition (CRD) reference for `SpinAppExecutor`.
description: Custom Resource Definition (CRD) reference for `SpinAppExecutor`
categories: [Spin Operator]
tags: [reference]
aliases:
- /docs/spin-operator/reference/spin-app-executor
---
Resource Types:

Expand Down Expand Up @@ -59,7 +57,7 @@ SpinAppExecutor is the Schema for the spinappexecutors API
</table>


### `SpinAppExecutor.spec`
### `SpinAppExecutor.spec`
<small>[back to parent](#spinappexecutor)</small>


Expand Down Expand Up @@ -94,7 +92,7 @@ createDeployment is true.<br/>
</table>


### `SpinAppExecutor.spec.deploymentConfig`
### `SpinAppExecutor.spec.deploymentConfig`
<small>[back to parent](#spinappexecutorspec)</small>


Expand Down Expand Up @@ -146,10 +144,11 @@ defined in `CACertSecret` the secret name will be `spin-ca`.<br/>
</tr></tbody>
</table>

### `SpinAppExecutor.spec.deploymentConfig.otel`

### `SpinAppExecutor.spec.deploymentConfig.otel`
<small>[back to parent](#spinappexecutorspecdeploymentconfig)</small>


Otel provides Kubernetes Bindings to Otel Variables.

<table>
Expand Down Expand Up @@ -191,3 +190,5 @@ Otel provides Kubernetes Bindings to Otel Variables.
<td>false</td>
</tr></tbody>
</table>


Loading