Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace missing in YAML representation of Create Cluster dialog #653

Closed
rfranzke opened this issue Apr 1, 2020 · 1 comment · Fixed by #654
Closed

Namespace missing in YAML representation of Create Cluster dialog #653

rfranzke opened this issue Apr 1, 2020 · 1 comment · Fixed by #654
Assignees
Labels

Comments

@rfranzke
Copy link
Member

rfranzke commented Apr 1, 2020

What happened:
The .metadata.namespace is missing in YAML representation of Create Cluster dialog.

What you expected to happen:
The namespace is present.

How to reproduce it (as minimally and precisely as possible):
Open the create cluster dialog and navigate to the YAML tab.

@rfranzke rfranzke added the kind/bug Bug label Apr 1, 2020
@grolu grolu self-assigned this Apr 1, 2020
@grolu
Copy link
Contributor

grolu commented Apr 1, 2020

You are right, we discussed this some time ago. It works because we create the resource inside the namespace, however we should add it to the spec. I will take care of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants