argocd to argocd

This commit is contained in:
2026-01-05 03:37:43 +02:00
parent 109abf5788
commit 9f08dc67e8
9 changed files with 67 additions and 38 deletions

27
argocd/oidc-auth.yaml Normal file
View File

@@ -0,0 +1,27 @@
---
apiVersion: codemowers.cloud/v1beta1
kind: OIDCClient
metadata:
name: argocd
namespace: argocd
spec:
displayName: Argo CD
uri: https://argocd.k-space.ee
redirectUris:
- https://argocd.k-space.ee/auth/callback
- http://localhost:8085/auth/callback
allowedGroups:
- k-space:kubernetes:admins
grantTypes:
- authorization_code
- refresh_token
responseTypes:
- code
availableScopes:
- openid
- profile
pkce: false
secretMetadata:
labels:
# Required, else ArgoCD will "Config referenced but key does not exist in secret"
app.kubernetes.io/part-of: argocd