fabrikate icon indicating copy to clipboard operation
fabrikate copied to clipboard

Making GitOps with Kubernetes easier one component at a time

Results 39 fabrikate issues
Sort by recently updated
recently updated
newest added

**Note:** I'm remaking this PR because while cleaning my branches I removed the changes from the branch used in the previous PR. I had to rewrite the documentation of the...

**Describe the bug:** If you follow the instructions in the [Getting Started](https://github.com/microsoft/fabrikate#getting-started) section, then the resulting **generated** files are not compatible with Flux. This is because when you run the...

bug
high-pri
verify

- github.com/timfpark/conjungo - github.com/imdario/mergo should work - github.com/timfpark/yaml - gopkg.in/yaml.v3 should work - Write tests based on existing packages and ensure still pass after swap out

**Describe the bug:** When the pipeline runs on the develop branch, the test `TestIteratingDefinition` will fail sometimes, and pass other times. **To Reproduce:** Run the pipeline on the develop branch...

bug

solves #294 (cherry picked from commit a1ca50d8af5fd76a967d69161d3c36c5b5f70cc8)

In the [component object model](https://github.com/microsoft/fabrikate/blob/develop/docs/component.md) the attribute version supports a commit hash, would be useful to use a commit hash or a tag (pointing to a commit).

enhancement

I need to set values for a secret thru environment using fab --environment set but not able to do so as it gives formatting error. Is it possible to do...

bug

**Describe the bug:** I have a subcomponent that sources a private git repository, including raw YAML files in a subdirectory. As described in the [component](https://github.com/microsoft/fabrikate/blob/master/docs/component.md#component-object-model) definition for **type** > if...

bug
verify
External

**Describe the bug:** When calling `fab add` it excludes `type: component` at the top level of the `component.yaml`. Subsequently, if you run the same command again, `type:component` will be added...

bug

**As a:** developer **I want:** To understand in what situations should I use Fabrikate over plain Helm charts, the Helm Chart operator, and Kustomize? **So that:** I can be better...

enhancement