Skip to content

ServiceAccount name is hardcoded in cloud.go #42

@gCyrille

Description

@gCyrille

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"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions