mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
b90fdc1991
commit
00969f8183
2 changed files with 3 additions and 22 deletions
|
|
@ -1,28 +1,10 @@
|
||||||
argo-cd:
|
argo-cd:
|
||||||
|
|
||||||
global:
|
global:
|
||||||
revisionHistoryLimit: 1
|
revisionHistoryLimit: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.internal.durp.info/argoproj/argocd
|
repository: registry.internal.durp.info/argoproj/argocd
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
||||||
server:
|
|
||||||
#extraArgs:
|
|
||||||
# - --dex-server-plaintext
|
|
||||||
# - --dex-server=argocd-dex-server:5556
|
|
||||||
# oidc.config: |
|
|
||||||
# name: AzureAD
|
|
||||||
# issuer: https://login.microsoftonline.com/TENANT_ID/v2.0
|
|
||||||
# clientID: CLIENT_ID
|
|
||||||
# clientSecret: $oidc.azuread.clientSecret
|
|
||||||
# requestedIDTokenClaims:
|
|
||||||
# groups:
|
|
||||||
# essential: true
|
|
||||||
# requestedScopes:
|
|
||||||
# - openid
|
|
||||||
# - profile
|
|
||||||
# - email
|
|
||||||
|
|
||||||
dex:
|
dex:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
|
|
@ -54,9 +36,9 @@ argo-cd:
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
policy.csv: |
|
policy.csv: |
|
||||||
g, ArgoCD Admins, role:admin
|
g, ArgoCD Admins, role:admin
|
||||||
scopes: "[groups]"
|
scopes: "[groups]"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
route:
|
route:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ipWhiteList:
|
ipWhiteList:
|
||||||
sourceRange:
|
sourceRange:
|
||||||
- 192.168.10.1/32
|
- 192.168.0.0/16
|
||||||
- 192.168.30.1/24
|
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
ipStrategy:
|
ipStrategy:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue