Derik Evangelista
Derik Evangelista
Hello 👋🏽 We use `om` as a library in our go code. We also use dependabot to keep our dependencies up to date. We just realised that om was not...
### Steps to reproduce 1. Create an invalid promise 1. Add the following label to it: `kratix.io/promise-version: v1.0.0+beta.1` 2. Try to install this promise 3. See that it fails 4....
If Platform users make 3 requests and run `k get pods` i see: ```bash k get pods NAME READY STATUS RESTARTS AGE configure-pipeline-redis-59614-ls9pd 0/1 Completed 0 14s configure-pipeline-redis-5e5d7-vg9cl 0/1 Completed...
as part of https://github.com/syntasso/kratix/issues/90, we introduced more deterministic labels into the resources that get created when a promise is installed. as part of this chore, let's consolidate the deletion of...
Similar to #99, but for resource requests. 🚨 This may introduce a breaking change, depending on how it's implemented
> Having a static `GitAuthor` would be great. > > > > Not sure if this is possible; but even better would be a dynamic `GitAuthor` based on the identity...
## steps to reproduce 1. in a resource pipeline, create a `/kratix/metadata.status.yaml` as follows: ```bash cat
A promise cannot contain workflows with duplicated container names, like in the example below: ```yaml apiVersion: platform.kratix.io/v1alpha1 kind: Promise metadata: name: jenkins spec: api: # crd # any other fields...
We recently introduced `filepath.mode=none` in destinations, which stops kratix from nesting files into directories. However, Kratix will still create at least one directory, named after the destination `metadata.name`. There's a...
_relates to #232_ ## Steps to reproduce * Run Kratix quick-start * Install the Redis promise from the marketplace * Request a new instance from the promise * Ensure the...