Jonathan Lynch
Jonathan Lynch
@DandyDeveloper can you please review?
@mkilchhofer for a detailed description of the problem being solved, see the issue it closes: https://github.com/DandyDeveloper/charts/issues/167
The chart works fine without this change as long as it's the only installation of the chart in the namespace. If you ever install a second redis in the same...
I'm having this same problem. > This looks to me like the cluster names are the same in your values By "cluster name" do you mean master set? Yes, both...
Aha, I see, it's because the `selector` for the main `services` (or more specifically, the "app" label) isn't reacting to `fullnameOverride`, which is the value I changed to differ the...
@DandyDeveloper thoughts on my PR?
The suggested workaround doesn't work for CFN. Maybe CFN is different from SQS? ``` >>> cfn = boto3.client('cloudformation', aws_access_key_id='', aws_secret_access_key='', region_name=region) >>> cfn.signal_resource(StackName='a-stack', LogicalResourceId='TheInstance', UniqueId=instance_id, Status='SUCCESS') Traceback (most recent call...
I am seeing this same problem, but specifically for CRDs. If I have a secretGenerator, any Deployments or StatefulSets that reference the generated secret will have the reference updated with...
+1 on this PR. For some reason the redhat code manages the symlinks directly, and also puts them in /usr/sbin (??) instead of /usr/bin. The Debian code in that same...
Also looking for a way to set `storage.remote.read-concurrent-limit`. It looks like there is already a [remoteRead spec](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#remotereadspec) it would fit under, but it just doesn't support this one value. EDIT:...