argocd-operator
argocd-operator copied to clipboard
A Kubernetes operator for managing Argo CD clusters.
**What type of PR is this?** /kind enhancement **What does this PR do / why we need it**: If i try connect Dex with GitLab Application, where Gitlab use self-singed...
**What type of PR is this?** /kind bug **What does this PR do / why we need it**: If Kubernetes/OpenShift Cluster Name not "cluster.local" - routes by svc name like...
**Describe the bug** The `.spec.notifications.logLevel` is not reconciled on the notifications controller deployment as `--logvelel` argument. **To Reproduce** ```yaml apiVersion: argoproj.io/v1alpha1 kind: ArgoCD metadata: name: openshift-gitops spec: notifications: enabled: true...
The argocd-notifications controller uses the argocd-notifications-cm configmap to manage notifications. The configmap contains the notification triggers configurations as well as the available notification templates. We will have some triggers/templates configured...
Signed-off-by: iam-veeramalla **What type of PR is this?** > /kind enhancement **What does this PR do / why we need it**: Adds support to https://github.com/argoproj/argo-cd/pull/7165 Fixes #752 Closes #752 **Have...
**Is your feature request related to a problem? Please describe.** Add support to allow users to choose RBAC policy matcher mode. There are currently two options `glob` and `regex`. https://github.com/argoproj/argo-cd/issues/3717...
Signed-off-by: rishabh625 **What type of PR is this?** > Uncomment only one ` /kind` line, and delete the rest. > For example, `> /kind bug` would simply become: `/kind bug`...
**What type of PR is this?** /kind enhancement **What does this PR do / why we need it**: Adds the missing Github.com keys added after https://github.blog/2021-09-01-improving-git-protocol-security-github/. Those keys are required...
Signed-off-by: saumeya **What type of PR is this?** /kind enhancement **What does this PR do / why we need it**: This PR adds default nodeSelector for running argoCD pod only...
ARM Images
Any change that ARM images could be published? They can be built via e.g. `buildx` or `podman` cross-build support to avoid requiring access to ARM hardware. I'd like to use...