Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

WIP: Allow updating cassandra nodepool resource requests #363

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kragniz
Copy link
Contributor

@kragniz kragniz commented May 15, 2018

Allow updating cassandra nodepool resource requests

Ref #355

@jetstack-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: munnerz

Assign the PR to them by writing /assign @munnerz in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

var cassContainerIndex int
var container *corev1.Container
for i, _ := range existingSet.Spec.Template.Spec.Containers {
if existingSet.Spec.Template.Spec.Containers[i].Name == "cassandra" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

"cassandra" should be placed in a constant somewhere

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

Successfully merging this pull request may close these issues.

None yet

2 participants