Skip to content

feat: Add cluster-controller chart as a dependency #668

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

Merged
merged 2 commits into from
Apr 27, 2022

Conversation

yiannistri
Copy link
Collaborator

@yiannistri yiannistri commented Apr 25, 2022

Fixes #646

cluster-controller chart is now a dependency of WGE

@yiannistri yiannistri added the enhancement New feature or request label Apr 25, 2022
@yiannistri yiannistri force-pushed the add-cluster-controller-to-helm-chart branch 4 times, most recently from db8ae60 to 50907c5 Compare April 25, 2022 15:11
@yiannistri yiannistri requested a review from foot April 25, 2022 15:33
@yiannistri yiannistri force-pushed the add-cluster-controller-to-helm-chart branch from 50907c5 to 637bebc Compare April 25, 2022 15:57
@yiannistri yiannistri force-pushed the add-cluster-controller-to-helm-chart branch 2 times, most recently from 1ed8e95 to 4fad68e Compare April 25, 2022 21:27
kind: ServiceAccount
metadata:
# Removed `-controller-manager` suffix to simplify name
name: {{ include "cluster-controller.fullname" . }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this a local tweak to the helm output?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Correct, after running make helm on the cluster-controller repo the Helm chart is generated and copied here. make helm overwrites any files so this will cause a diff next time it runs.

@yiannistri yiannistri force-pushed the add-cluster-controller-to-helm-chart branch from 4fad68e to b7fd886 Compare April 27, 2022 10:19
Copy link
Collaborator

@foot foot left a comment

Choose a reason for hiding this comment

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

👌

@yiannistri yiannistri merged commit b54d4fb into main Apr 27, 2022
@yiannistri yiannistri deleted the add-cluster-controller-to-helm-chart branch April 27, 2022 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cluster-controller to WGE Helm chart
2 participants