Parameters
The parent key for all of the following parameters is kubelet_serving_cert_approver.
namespace
| type |
string |
| default |
|
The namespace in which to deploy this component.
manifestVersion
| type |
string |
| default |
|
The Git reference of the upstream kubelet-serving-cert-approver repository from which the manifests are fetched.
kustomizeInput
| type |
dictionary |
| default |
|
Additional input for the Kustomize overlay which is applied to the upstream manifests. See the Kustomization reference for available fields.
images
| type |
dictionary |
| default |
|
The container images used by this component.
Example
kustomizeInput:
patches:
- target:
group: apps
version: v1
kind: Deployment
name: kubelet-serving-cert-approver
patch: |
apiVersion: apps/v1
kind: Deployment
metadata:
name: kubelet-serving-cert-approver
spec:
template:
spec:
containers:
- name: cert-approver
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi