Skip to content

Feature Request: Pass secrets to workload cluster #3617

@alexander-demicev

Description

@alexander-demicev

Is your feature request related to a problem?

We're using HelmApp to install out-of-tree cloud providers across multiple clusters, as shown in this example. For our use case, we need to pass a ConfigMap and a Secret to all workload clusters where HelmApp installs the chart.

Ideally, we'd like to have something similar to how one of Cluster API CRDs handle this, like in this template:

resources:
  - kind: Secret
    name: vsphere-config-secret
  - kind: Secret
    name: cloud-provider-vsphere-credentials
  - kind: ConfigMap
    name: cpi-configmap

Solution you'd like

No response

Alternatives you've considered

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    🆕 New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions