Compare commits
4 Commits
5cc5de9673
...
42c4fe8b5c
Author | SHA1 | Date | |
---|---|---|---|
42c4fe8b5c | |||
cc24988f5b | |||
2d591ff45f | |||
d2759a0947 |
@@ -12,7 +12,7 @@ argo-cd:
|
||||
dex.config: |
|
||||
connectors:
|
||||
- config:
|
||||
issuer: https://auth.alexlebens.dev/application/o/argocd/
|
||||
issuer: https://authentik.alexlebens.net/application/o/argocd/
|
||||
clientID: $argocd-oidc-secret:client
|
||||
clientSecret: $argocd-oidc-secret:secret
|
||||
insecureEnableGroups: true
|
||||
|
@@ -2,8 +2,8 @@ cluster:
|
||||
name: cl01tl
|
||||
git:
|
||||
# repo: git@github.com:alexlebens/infrastructure.git
|
||||
# repo: https://github.com/alexlebens/infrastructure.git
|
||||
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||
repo: https://github.com/alexlebens/infrastructure.git
|
||||
# repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||
# repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
|
||||
revision: HEAD
|
||||
applicationSet:
|
||||
|
@@ -1,4 +1,8 @@
|
||||
gitea:
|
||||
global:
|
||||
imageRegistry: registry.hub.docker.com
|
||||
strategy:
|
||||
type: "Recreate"
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.23.4
|
||||
|
Reference in New Issue
Block a user