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 existingClaim support for mq #29

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

jeenadeepak
Copy link
Contributor

Added support for MQ existingClaim,
I was facing storage issue while working with EKS & EFS for MQ, so I came to solution where I have added support for existingClaim, now I first create EFS pvc claim and then pass this to netmaker helm charts.

mq.existingClaim = [[VALUE]]

@jeenadeepak
Copy link
Contributor Author

@afeiszli: Kindly review and update.

@afeiszli afeiszli merged commit 552c474 into gravitl:master Feb 6, 2023
philband added a commit to philband/netmaker-helm that referenced this pull request Feb 7, 2023
Add introduced parameter to values.yaml
@@ -85,7 +85,11 @@ spec:
name: wait-script
- name: shared-data
persistentVolumeClaim:
{{- if not .Values.mq.existingClaim }}
Copy link
Contributor

@gw0 gw0 Mar 7, 2023

Choose a reason for hiding this comment

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

Seriously!? Did you even test this? If .Values.mq.existingClaim is non-empty, its value is not used.

Copy link

Choose a reason for hiding this comment

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

I fix this in PR #35

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.

4 participants