RiddlerKnight

Results 10 issues of RiddlerKnight

I simply uncomment these line. ``` yaml 'advertised.listeners': |- EXTERNAL://${HOST_IP}:$((31090 + ${KAFKA_BROKER_ID})) ``` then, I got this error. ```plain Error: template: cp-helm-charts/charts/cp-kafka/templates/statefulset.yaml:156:138: executing "cp-helm-charts/charts/cp-kafka/templates/statefulset.yaml" at : error calling include: template:...

What issue does this PR address? This PR fix the argument "IndexAliases" is not mapped when use serilog-settings-configuration that I addressed in this issue https://github.com/serilog-contrib/serilog-sinks-elasticsearch/issues/400 **Please check if the PR...

I try to use string[] in Args section but the values is not map to the config option. ``` "WriteTo":[ { "Name": "Elasticsearch", "Args": { "indexAliases": ["logstash"] } } ]...

enhancement

## Summary Support separating tfvars file in each env. ## Motivation Sometimes, there are enormous lines in a tfvars file. it's quite difficult to read. So, this feature should be...

This provider is becoming challenger. https://casdoor.org

help wanted
provider

Table model ``` public class ExModel { public int ID {get;set;} public string Name {get;set;} public decimal? TotalExpenses {get;set;} } ``` ``` Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries....

bug

I try to access https://github.com/devxp-tech/backstage-catalog following this document in this repo, but the link return not found or may be not public. Could you please make it available?

### Describe the bug I installed with `infisical-standalone-postgres` helm chart with these values ```yaml infisical: image: tag: v0.62.4-postgres kubeSecretRef: "formated-infisical-pg" autoDatabaseSchemaMigration: false postgresql: enabled: false ``` I use external postgres...

I search every where but not found the config schema for each addon. ### Terraform Version 1.3.6 provider version: 1.198 ### Affected Resource(s) alicloud_cs_managed_kubernetes This is an example. I try...