Skip to content

Commit 3e9e106

Browse files
authored
Add documentation for function deployment via Crossplane Helm Chart (#756)
Signed-off-by: Bob Haddleton <[email protected]>
1 parent 138f816 commit 3e9e106

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

content/master/getting-started/install-crossplane-include.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ extraEnvVarsRBACManager: {}
6666
extraObjects: []
6767
extraVolumeMountsCrossplane: {}
6868
extraVolumesCrossplane: {}
69+
function:
70+
packages: []
6971
hostNetwork: false
7072
image:
7173
pullPolicy: IfNotPresent

content/master/software/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Kubernetes cluster.
9292
After the `init` container finishes, the `crossplane` pod manages two Kubernetes
9393
controllers.
9494
* The _Package Manager controller_ installs the
95-
provider and configuration packages.
95+
provider, function and configuration packages.
9696
* The _Composition controller_ installs and manages the
9797
Crossplane _Composite Resource Definitions_, _Compositions_ and _Claims_.
9898

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

content/v1.15/getting-started/install-crossplane-include.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ extraEnvVarsRBACManager: {}
6666
extraObjects: []
6767
extraVolumeMountsCrossplane: {}
6868
extraVolumesCrossplane: {}
69+
function:
70+
packages: []
6971
hostNetwork: false
7072
image:
7173
pullPolicy: IfNotPresent

content/v1.15/software/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Kubernetes cluster.
9292
After the `init` container finishes, the `crossplane` pod manages two Kubernetes
9393
controllers.
9494
* The _Package Manager controller_ installs the
95-
provider and configuration packages.
95+
provider, function and configuration packages.
9696
* The _Composition controller_ installs and manages the
9797
Crossplane _Composite Resource Definitions_, _Compositions_ and _Claims_.
9898

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

0 commit comments

Comments
 (0)