-
Notifications
You must be signed in to change notification settings - Fork 114
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
Helm chart for solr-operator-take 2 #70
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Kristin Martin <[email protected]>
kcmartin
force-pushed
the
solr-operator-helm-2
branch
from
January 10, 2020 22:50
80ef6ea
to
ffa48e2
Compare
kcmartin
changed the title
Initial commit of files from botched PR
Helm chart for solr-operator-take 2
Jan 10, 2020
Signed-off-by: Kristin Martin <[email protected]>
kcmartin
force-pushed
the
solr-operator-helm-2
branch
from
January 21, 2020 21:13
c3027fd
to
3f7cb91
Compare
Signed-off-by: Houston Putman <[email protected]>
HoustonPutman
force-pushed
the
solr-operator-helm-2
branch
from
January 23, 2020 21:38
f237ff8
to
7b20050
Compare
Signed-off-by: Houston Putman <[email protected]>
Signed-off-by: Kristin Martin <[email protected]>
kcmartin
force-pushed
the
solr-operator-helm-2
branch
from
February 6, 2020 19:10
170ade5
to
60ad25e
Compare
Signed-off-by: Kristin Martin <[email protected]>
kcmartin
force-pushed
the
solr-operator-helm-2
branch
from
February 7, 2020 21:40
0916626
to
cfef010
Compare
Signed-off-by: Kristin Martin <[email protected]>
kcmartin
force-pushed
the
solr-operator-helm-2
branch
from
February 7, 2020 22:06
50a447b
to
e471365
Compare
kcmartin
commented
Feb 11, 2020
Signed-off-by: Houston Putman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
*Issue number of the reported bug or feature request: #20
Describe your changes
Adding Helm chart to install solr-operator--new PR, replaces #60
For now, this lives within the solr-operator repo.
Testing performed
I tested installation for the previous PR on a local dev cluster, and on one of our dev clusters in AWS
Tested installation and removal using both Helm 2 and Helm 3, see notes README regarding CRD handling in Helm 2 vs. 3 -- need to expand on the README
Additional context
Added RBAC files, tested using Helm 2.12, 02/07/20