Julian Löffler

Results 35 issues of Julian Löffler

### Describe the bug as stated in the docs: https://registry.terraform.io/providers/keycloak/keycloak/latest/docs/resources/custom_identity_provider_mapper we created: ``` terraform { required_providers { keycloak = { source = "keycloak/keycloak" version = "5.1.1" } } } provider...

### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Web App ### Browser Chrome ###...

bug
need testing

We want to deploy an elasticsearch instance ``` apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: name: elasticsearch namespace: test spec: version: 8.18.3 nodeSets: - config: node.store.allow_mmap: false count: 3 name: default volumeClaimTemplates:...

triage

Uses current jsonschema as draft: https://json-schema.org/draft/2020-12 I also hat to add `c.AssertFormat()` to fix the tests This fixes my issue #345 tested with: ``` $ make $ go build -o...

```yaml --- apiVersion: gravitee.io/v1alpha1 kind: ApiDefinition metadata: name: echo-api-declarative-qa spec: name: "Echo API Declarative my test" version: "2.0" contextRef: name: "qa" state: "STARTED" lifecycle_state: "PUBLISHED" description: "Gravitee Kubernetes Operator sample"...