Skip to content

Commit

Permalink
Add documentation for function deployment via Crossplane Helm Chart
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
  • Loading branch information
bobh66 committed Apr 16, 2024
1 parent 138f816 commit fe3a9a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions content/master/getting-started/install-crossplane-include.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ extraEnvVarsRBACManager: {}
extraObjects: []
extraVolumeMountsCrossplane: {}
extraVolumesCrossplane: {}
function:
packages: []
hostNetwork: false
image:
pullPolicy: IfNotPresent
Expand Down
3 changes: 2 additions & 1 deletion content/master/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Kubernetes cluster.
After the `init` container finishes, the `crossplane` pod manages two Kubernetes
controllers.
* The _Package Manager controller_ installs the
provider and configuration packages.
provider, function and configuration packages.
* The _Composition controller_ installs and manages the
Crossplane _Composite Resource Definitions_, _Compositions_ and _Claims_.

Expand Down Expand Up @@ -130,6 +130,7 @@ Apply customizations with the command line or with a Helm _values_ file.
| `extraObjects` | To add arbitrary Kubernetes Objects during a Helm Install | `[]` |
| `extraVolumeMountsCrossplane` | Add custom `volumeMounts` to the Crossplane pod. | `{}` |
| `extraVolumesCrossplane` | Add custom `volumes` to the Crossplane pod. | `{}` |
| `function.packages` | A list of Function packages to install. | `[]` |
| `hostNetwork` | Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. | `false` |
| `image.pullPolicy` | The image pull policy used for Crossplane and RBAC Manager pods. | `"IfNotPresent"` |
| `image.repository` | Repository for the Crossplane pod image. | `"xpkg.upbound.io/crossplane/crossplane"` |
Expand Down
2 changes: 2 additions & 0 deletions content/v1.15/getting-started/install-crossplane-include.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ extraEnvVarsRBACManager: {}
extraObjects: []
extraVolumeMountsCrossplane: {}
extraVolumesCrossplane: {}
function:
packages: []
hostNetwork: false
image:
pullPolicy: IfNotPresent
Expand Down
3 changes: 2 additions & 1 deletion content/v1.15/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Kubernetes cluster.
After the `init` container finishes, the `crossplane` pod manages two Kubernetes
controllers.
* The _Package Manager controller_ installs the
provider and configuration packages.
provider, function and configuration packages.
* The _Composition controller_ installs and manages the
Crossplane _Composite Resource Definitions_, _Compositions_ and _Claims_.

Expand Down Expand Up @@ -130,6 +130,7 @@ Apply customizations with the command line or with a Helm _values_ file.
| `extraObjects` | To add arbitrary Kubernetes Objects during a Helm Install | `[]` |
| `extraVolumeMountsCrossplane` | Add custom `volumeMounts` to the Crossplane pod. | `{}` |
| `extraVolumesCrossplane` | Add custom `volumes` to the Crossplane pod. | `{}` |
| `function.packages` | A list of Function packages to install. | `[]` |
| `hostNetwork` | Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. | `false` |
| `image.pullPolicy` | The image pull policy used for Crossplane and RBAC Manager pods. | `"IfNotPresent"` |
| `image.repository` | Repository for the Crossplane pod image. | `"xpkg.upbound.io/crossplane/crossplane"` |
Expand Down

0 comments on commit fe3a9a4

Please sign in to comment.