Geoffrey MUSELLI

Results 19 issues of Geoffrey MUSELLI

Closes #9961 # Introduction Purpose of this Pull request is to improve ApplicationSet templating capabilities by using Go text/template. I am not a Go expert (Java Developer) so don't hesitate...

## Problem Correlate PV with a context is almost impossible. The only solution is to create StorageClass with Contextual Data (Cost Center / Customer / Environment) and then correlate the...

Hello, I successfully added prometheus and grafana and I was able to monitor my cluster. However I am a bit worried about security. In fact prometheus does not provide authentication...

Hello! Do you have an example with quarkus tests such as: https://github.com/java-operator-sdk/java-operator-sdk/blob/main/sample-operators/tomcat-operator/src/test/java/io/javaoperatorsdk/operator/sample/TomcatOperatorE2E.java Thanks a lot! Regards

# Summary In ArgoCd I implemented usage of GoTemplate for ApplicationSet. Purpose is to do the same in workflow https://github.com/argoproj/argo-cd/pull/10026 # Use Cases It will be useful in all complex...

enhancement

Hello I don't understand but I have a double input (one with bootstrap style) and one with crappy style. Version: 1.1.0 My code: ``` ``` Generated code: ``` Mauvais choix...

bug
help wanted

# Summary [ApplicationSet controller supports dryRun](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#dry-run-prevent-applicationset-from-creating-modifying-or-deleting-all-applications) It could be nice to have equivalent feature that does not perform sync operation. In my mind its equivalent of disabling autosync for all...

enhancement

## Problem Statement Add glob pattern to `ClusterSecretStore` ## Related Issue Fixes #2614 ## Proposed Changes Add new field `conditions[*].namespacesGlobs` ## Checklist - [x] I have read the [contribution guidelines](https://external-secrets.io/latest/contributing/process/#submitting-a-pull-request)...

Stale

**Is your feature request related to a problem? Please describe.** It could be nice to have a way to tag PV with the tags provided **Describe the solution you'd like**...

enhancement

Hello, Replace Worker Node supports replace with update or not, however in the sdk it is not possible to do a worker replace without update: https://github.com/IBM-Cloud/bluemix-go/blob/master/api/container/containerv2/workers.go#L147 Two proposals: 1. No...