Skip to content

Provide example on how to create users in tenant chart #1362

Open
@aqeelat

Description

@aqeelat

The docs say that it is a list of secrets. It does not say that the list should be of objects that contain a name.

I had to go through the crd schema to understand why my tenant was not being created.

Incorrect:

tenant:
  users:
    - my-user

Correct:

tenant:
  users:
    - name: my-user

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions