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