Dennis Zheleznyak
Dennis Zheleznyak
For those who finds this issue useful but did not manage to understand how to use the `store.url` command: ``` "store.url": "http://localstack:4566", "s3.region": "localstackDefinedRegion", "s3.bucket.name": "someBucketName", "aws.access.key.id": "test", "aws.secret.access.key": "test"...
Can confirm that had the same issue while trying to install Crossplane's `DeploymentRuntimeConfig` kuberenetes_manifest and I had to change this: ``` "spec" = { "serviceAccountTemplate" = { "metadata" = {...
Any news ? We need this ASAP
Saved us from burning a good few hours, thanks @chrisweis ! To automate the fix, you can use the following: ``` from_share = { provider = replace(each.value.from_share.provider, ".", "\".\"") share...
Have the same issue
@arhue I think I found a solution. Not sure yet. Elastic advises not to parse multiline with Logstash, rather with Filebeat. I removed the multiline filters from Logstash and added...
Still happens in v0.85.0
I also need this, @atkrad What do you think ?
> Your change is already covered by `additionalConfig`, e.g. `alertmanager.alertmanagerSpec.additionalConfig` > > ``` > alertmanager: > alertmanagerSpec: > additionalConfig: > nodeSelector: {} > ``` > > That should solve your...
Hi @jkroepke :) can this be merged please ?