1# helm-docs renders these comments into markdown. Use markdown formatting where
4# -- The number of Crossplane pod `replicas` to deploy.
6# -- The number of Crossplane ReplicaSets to retain.
7revisionHistoryLimit: null
8# -- The deployment strategy for the Crossplane and RBAC Manager pods.
9deploymentStrategy: RollingUpdate
11 # -- Repository for the Crossplane pod image.
12 repository: cgr.dev/chainguard-private/crossplane
13 # -- The Crossplane image tag. Defaults to the value of `appVersion` in `Chart.yaml`.
14 tag: 1.20@sha256:a54c5bf1fe383946753822684a01545cb597e7960c422d9f13a0641bbfac1564
15 # -- The image pull policy used for Crossplane and RBAC Manager pods.
16 pullPolicy: IfNotPresent
17# -- Add `nodeSelectors` to the Crossplane pod deployment.
19# -- Add `tolerations` to the Crossplane pod deployment.
21# -- Add `affinities` to the Crossplane pod deployment.
23# -- Add `topologySpreadConstraints` to the Crossplane pod deployment.
24topologySpreadConstraints: []
25# -- Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. Consider setting `dnsPolicy` to `ClusterFirstWithHostNet`.
27# -- Specify the `dnsPolicy` to be used by the Crossplane pod.
29# -- Add custom `labels` to the Crossplane pod deployment.
31# -- Add custom `annotations` to the Crossplane pod deployment.
34 # -- Specifies whether Crossplane ServiceAccount should be created
36 # -- Provide the name of an already created Crossplane ServiceAccount. Required when `serviceAccount.create` is `false`
38 # -- Add custom `annotations` to the Crossplane ServiceAccount.
40# -- Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the Crossplane pod.
42# -- Add custom arguments to the Crossplane pod.
45 # -- A list of Provider packages to install.
48 # -- A list of Configuration packages to install.
51 # -- A list of Function packages to install
53# -- The imagePullSecret names to add to the Crossplane ServiceAccount.
55registryCaBundleConfig:
56 # -- The ConfigMap name containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates.
58 # -- The ConfigMap key containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates.
61 # -- Configure annotations on the service object. Only enabled when webhooks.enabled = true
64 # -- Enable webhooks for Crossplane and installed Provider packages.
66 # -- The port the webhook server listens on.
69 # -- Deploy the RBAC Manager pod and its required roles.
71 # -- Don't install aggregated Crossplane ClusterRoles.
72 skipAggregatedClusterRoles: false
73 # -- The number of RBAC Manager pod `replicas` to deploy.
75 # -- The number of RBAC Manager ReplicaSets to retain.
76 revisionHistoryLimit: null
77 # -- Enable [leader election](https://docs.crossplane.io/latest/concepts/pods/#leader-election) for the RBAC Manager pod.
79 # -- Add custom arguments to the RBAC Manager pod.
81 # -- Add `nodeSelectors` to the RBAC Manager pod deployment.
83 # -- Add `tolerations` to the RBAC Manager pod deployment.
85 # -- Add `affinities` to the RBAC Manager pod deployment.
87 # -- Add `topologySpreadConstraints` to the RBAC Manager pod deployment.
88 topologySpreadConstraints: []
89# -- The PriorityClass name to apply to the Crossplane and RBAC Manager pods.
91# -- The runtimeClassName name to apply to the Crossplane and RBAC Manager pods.
95 # -- CPU resource limits for the Crossplane pod.
97 # -- Memory resource limits for the Crossplane pod.
100 # -- CPU resource requests for the Crossplane pod.
102 # -- Memory resource requests for the Crossplane pod.
104securityContextCrossplane:
105 # -- The user ID used by the Crossplane pod.
107 # -- The group ID used by the Crossplane pod.
109 # -- Enable `allowPrivilegeEscalation` for the Crossplane pod.
110 allowPrivilegeEscalation: false
111 # -- Set the Crossplane pod root file system as read-only.
112 readOnlyRootFilesystem: true
114 # -- Set to `Memory` to hold the package cache in a RAM backed file system. Useful for Crossplane development.
116 # -- The size limit for the package cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory.
118 # -- The name of a PersistentVolumeClaim to use as the package cache. Disables the default package cache `emptyDir` Volume.
120 # -- The name of a ConfigMap to use as the package cache. Disables the default package cache `emptyDir` Volume.
123 # -- Set to `Memory` to hold the function cache in a RAM backed file system. Useful for Crossplane development.
125 # -- The size limit for the function cache. If medium is `Memory` the `sizeLimit` can't exceed Node memory.
127 # -- The name of a PersistentVolumeClaim to use as the function cache. Disables the default function cache `emptyDir` Volume.
131 # -- CPU resource limits for the RBAC Manager pod.
133 # -- Memory resource limits for the RBAC Manager pod.
136 # -- CPU resource requests for the RBAC Manager pod.
138 # -- Memory resource requests for the RBAC Manager pod.
140securityContextRBACManager:
141 # -- The user ID used by the RBAC Manager pod.
143 # -- The group ID used by the RBAC Manager pod.
145 # -- Enable `allowPrivilegeEscalation` for the RBAC Manager pod.
146 allowPrivilegeEscalation: false
147 # -- Set the RBAC Manager pod root file system as read-only.
148 readOnlyRootFilesystem: true
150 # -- Enable Prometheus path, port and scrape annotations and expose port 8080 for both the Crossplane and RBAC Manager pods.
152 # -- The port the metrics server listens on.
155 # -- The port the readyz server listens on.
157# -- Add custom environmental variables to the Crossplane pod deployment.
158# Replaces any `.` in a variable name with `_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`.
159extraEnvVarsCrossplane: {}
160# -- Add custom environmental variables to the RBAC Manager pod deployment.
161# Replaces any `.` in a variable name with `_`. For example, `SAMPLE.KEY=value1` becomes `SAMPLE_KEY=value1`.
162extraEnvVarsRBACManager: {}
163# -- Add a custom `securityContext` to the Crossplane pod.
164podSecurityContextCrossplane: {}
165# -- Add a custom `securityContext` to the RBAC Manager pod.
166podSecurityContextRBACManager: {}
167# -- Add custom `volumes` to the Crossplane pod.
168extraVolumesCrossplane: {}
169# -- Add custom `volumeMounts` to the Crossplane pod.
170extraVolumeMountsCrossplane: {}
171# -- To add arbitrary Kubernetes Objects during a Helm Install
173# - apiVersion: pkg.crossplane.io/v1alpha1
174# kind: ControllerConfig
178# eks.amazonaws.com/role-arn: arn:aws:iam::123456789101:role/example
179# helm.sh/hook: post-install