Danny

Results 34 issues of Danny

Fixes issue #843 ## Proposed Changes - Introduced SafeDumper as proposed [here](https://stackoverflow.com/questions/30134110/how-can-i-output-blank-value-in-python-yaml-file) - https://pyyaml.docsforge.com/master/api/yaml/representer/

# Describe the bug/feature When rendering the `kube-prometheus-stack` chart, I get the following issue while applying the manifest: invalid Yaml document separator: null # To Reproduce 1. Define the chart...

# Describe the feature Currently only few [automatically](https://kapitan.dev/secrets/#automatically) generators are available. ## Automatically generate random integer I can think of a `randomint` generator like the `randomstr` In my case I'd...

# FEATURE Whle wng with kapitan, I noticed that having many components inside a target can be tricky to overwatch. Therfore I would suggest to have some sort of per-component...

feature
Stale

# Describe the bug/feature We're using self-signed certificates with our vault. Running docker using this script by @ademariag with a few vault additions ```shell #!/bin/bash set -o nounset -o pipefail...

bug
Stale

# Feature Extending the Vault secret engine would help many in the kapitan-community (feedback channel + kapitan working group). I want to share how I/we in my company tend to...

enhancement
feature

# Describe the feature When using the helm "provider" of kapitan, the secrets cannot be injected. The reason seams to be that kapitan doesn't inject the secrets into helm rendering....

Stale

### Describe the bug a clear and concise description of what the bug is. The Cert-manager reports: > Certificate will be issued with an empty Issuer DN, which contravenes RFC...

bug
lifecycle/stale

@andrewgkew @bismarck @gianrubio #### What this PR does / why we need it: This will fix a pyaml issue which causes the equal sign to throw a `could not determine...

lifecycle/stale

# Resource - keycloak_openid_user_realm_role_protocol_mapper # TF Code (copy & paste from [here](https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/openid_user_realm_role_protocol_mapper)) ```hcl resource "keycloak_realm" "realm" { realm = "my-realm" enabled = true } resource "keycloak_openid_client" "openid_client" { realm_id =...