mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #27802 from mml/fed-certs
Automatic merge from submit-queue Add ssl certs to federation-controller-manager container.
This commit is contained in:
commit
8b817c4a0d
@ -13,8 +13,16 @@ spec:
|
||||
app: federated-cluster
|
||||
module: federation-controller-manager
|
||||
spec:
|
||||
volumes:
|
||||
- name: ssl-certs
|
||||
hostPath:
|
||||
path: /etc/ssl/certs
|
||||
containers:
|
||||
- name: controller-manager
|
||||
volumeMounts:
|
||||
- name: ssl-certs
|
||||
readOnly: true
|
||||
mountPath: /etc/ssl/certs
|
||||
image: {{.FEDERATION_CONTROLLER_MANAGER_IMAGE_REPO}}:{{.FEDERATION_CONTROLLER_MANAGER_IMAGE_TAG}}
|
||||
command:
|
||||
- /usr/local/bin/federation-controller-manager
|
||||
|
Loading…
Reference in New Issue
Block a user