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

Add support for testing Helm lookup function. #82

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Conversation

porridge
Copy link
Contributor

No description provided.

@porridge porridge requested review from SimonBaeumer and a team January 23, 2024 11:45
Release *ReleaseSpec `json:"release,omitempty" yaml:"release,omitempty"`
Server *ServerSpec `json:"server,omitempty" yaml:"server,omitempty"`
Capabilities *CapabilitiesSpec `json:"capabilities,omitempty" yaml:"capabilities,omitempty"`
Objects []map[string]interface{} `json:"objects,omitempty" yaml:"objects,omitempty"`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better if Objects was part of ServerSpec? 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 Yes, I would prefer it under Server too. That makes it more intuitive for me.

Release *ReleaseSpec `json:"release,omitempty" yaml:"release,omitempty"`
Server *ServerSpec `json:"server,omitempty" yaml:"server,omitempty"`
Capabilities *CapabilitiesSpec `json:"capabilities,omitempty" yaml:"capabilities,omitempty"`
Objects []map[string]interface{} `json:"objects,omitempty" yaml:"objects,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 Yes, I would prefer it under Server too. That makes it more intuitive for me.

@porridge
Copy link
Contributor Author

Moved under server, PTAL @SimonBaeumer .

Copy link
Member

@SimonBaeumer SimonBaeumer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@porridge porridge merged commit 31a7fde into main Jan 23, 2024
2 checks passed
@porridge porridge deleted the support-objects branch January 23, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants