Clément Blaise
Clément Blaise
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The current behavior only allows a single cluster to be deployed...
Create role-bindings with the appropriate cluster-role instead of the default cluster-admin role
### What happened? The cluster was successfully created, but when the resource is deleted the controller had a panic : ```bash E0927 12:40:05.990900 1 runtime.go:78] Observed a panic: "invalid memory...
### What problem are you facing? Azure Postgres instance connection string use a username formatted as @. This make it impossible to use the connection string directly since username returned...
- Add scheduler - Add connect method - (Breaking) Update config from array to object - Rename provider-name - Add alpha module #### :heavy_check_mark: Checklist - [x] Added tests for...
### Description of your changes Fixes #187 The PR adds `ProjectToken` to configure tokens and how they should be renewed. It extends the ArgoCD Project client so that the controller...
### What problem are you facing? Currently, the provider [exposes JTWTokens](https://github.com/crossplane-contrib/provider-argocd/blob/72a5615d4d1567c35be8836bfd3796c3c32061af/apis/projects/v1alpha1/types.go#L110-L112) on Project Role but it's only for describing existing tokens. It cannot generate the token and depends on a...
**Before submitting a pull request**, please make sure the following is done: ### Checklist - [x] Fork [the repository](https://github.com/cloud-native-taiwan/meetups) and create your new branch from `master`. - [x] Please mention...