Robert Jerzak
Robert Jerzak
It would be helpful to be able to use some filters on template variables, similar to helm template replace: `myapp-{{ $cluster | replace "_" "-" }}`. Example ApplicationSet: ``` apiVersion:...
**Is your feature request related to a problem? Please describe.** Using cert-manager in Pod Security Admission controlled namespaces [1] with e.g. restricted pod security standard [2] implies that some securityContext...
# Expected Behavior Prometheus metric `webhook_request_latencies_bucket` is usable in real environment, don't add new data series forever. Prometheus is able to query that metric. # Actual Behavior Prometheus metric `webhook_request_latencies_bucket`...
### Is your feature request related to a problem ? When namespace is protected by restricted Pod Security Standard [1] there is a need to add some securityContext to the...
**Description** crictl pull finishes with error: ``` # crictl pull r0bj/test-image:0.1 FATA[0002] pulling image failed: rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/r0bj/test-image:0.1": unpack:...
Using mysql URL like `mysql://user:password@tcp(db.query.consul:3306)/db` causing error: ``` {"caller":"level.go:63","err":"parse mysql://user:password@tcp(db.query.consul:3306)/db: invalid port \":3306)\" after host","job":"de_bulkimport_checks","level":"error","msg":"Failed to parse URL","ts":"2020-03-27T19:26:45.072425282Z","url":"mysql://user:password@tcp(db.query.consul:3306)/db"} ``` In previous version 0.2 works fine.
Giving to `k8s-image-availability-exporter` cluster wide access to all secrets is a little concern. As far as I understand it's to be able to use container registry credentials, right? So it...
### Kyverno Version 1.7.0 ### Kubernetes Version 1.23.x ### Kubernetes Platform GKE ### Kyverno Rule Type Mutate ### Description When using `generateName` for object name generation kyverno resources match names...
### Kyverno Version 1.6.x ### Kubernetes Version 1.21.x ### Kubernetes Platform Bare metal ### Kyverno Rule Type Validate ### Description Applying ClusterPolicy with `resources.kinds` in a form of `Group/Version/Kind` with...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...