Cristian Marius Tiutiu

Results 7 issues of Cristian Marius Tiutiu

### Description [Tekton](https://tekton.dev) is a cloud native solution for building CI/CD systems. It is specifically engineered to run on Kubernetes, and empowers developers to create CI pipelines using reusable blocks....

**Overview** Because Kubernetes is such popular nowadays, security plays a vital role. The **DOKS Supply Chain Security** blueprint main idea is to provide a starting point for developers to set...

Additional topics to complement the main [DOKS-CI-CD](https://github.com/digitalocean/container-blueprints/tree/main/DOKS-CI-CD) blueprint: 1. Simplifying creation and management of Tekton pipelines definitions via other tools, such as Jsonnet (working with too much YAML content can...

enhancement

## Overview Seems that this combination is behaving like a poison pill: ```text data "digitalocean_kubernetes_cluster" "primary" { name = var.doks_cluster_name depends_on = [ digitalocean_kubernetes_cluster.primary ] } ``` When used with...

bug

## Overview Split the main TF module from the DOKS FluxCD repository into submodules for easy maintenance: < root_module > | |---- < doks > | |---- < fluxcd >...

enhancement

### Description Current version for the `Flux CD` provider from the main TF module is a little bit too old (**0.2.x**). Because of this, some of the `Flux CD` components...

enhancement