Bug Report
Description
Reproductible helm values:
fullnameOverride: "proxmox-ccm"
serviceAccount:
create: true
|
const ( |
|
// ProviderName is the name of the Xen Orchestra provider. |
|
ProviderName = provider.ProviderName |
|
|
|
// ServiceAccountName is the service account name used in kube-system namespace. |
|
ServiceAccountName = provider.ProviderName + "-cloud-controller-manager" |
|
) |
Bug Report
Description
Reproductible helm values:
xenorchestra-cloud-controller-manager/pkg/xenorchestra/cloud.go
Lines 30 to 36 in 7e195d8