Skip to content

Why the secret_name_template is different between helm and helm crd? #944

@jbagot

Description

@jbagot

Hi, I installed the helm without crd, using the chart/values.yaml where there is this line:
secret_name_template: '{username}.{cluster}.credentials'

But I was expecting to have these credentials: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"
That's because I installed the helm chart using the crd previously.

Now I figured out that in the values-crd.yaml has this line:
secret_name_template: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"

Then my question is, why this value is different between these 2 ways of install the same thing?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions