Frédéric Barrière
Frédéric Barrière
Flux CD can not install (find) cert-manager chart when it is hosted on an OCI registry (instead of legacy ChartMuseum repository) because of the leading `v` in the version of...
Idem. I want to use fluxcd and helm operator, but I want that my config repo be updated when a new chart version is available in a helm repository (I...
I agree that it is not the responsabilty of helm operator to update git repository as its role is just to deploy charts referenced by release defined in CRD in...
I am not interested in the fact that the operator could update a release when a new chart is available in a Helm repository. Because for me the right approach...
I can start to work on this bug/feature. Actually, the operation of the ServiceAutoStartEnabled is as follow : - if the property is not specified, nothing is done - if...
I started to work on this issue. It is not terminated, but I opened a pull request to get feedback and help.
I have the same problem since I rebased an old branch onto last master. Before make ran fine, now I have systematically this error : ``` >> checking code style...
I started looking at how to support any resource with conftest. I have not yet looked into RBAC because I do not yet have a sufficient vision of the requirement....
The user has not been changed outside Terraform. We use Azure devops provider by authenticating using a PAT. ``` provider "azuredevops" { org_service_url = "https://dev.azure.com/contoso" personal_access_token = var.az_devops_pat } ```...
The reproduce steps are - `terraform apply` with PAT of an user who is member of the Project collection administrators group - `terraform plan` with PAT of an user who...