Initial upload

This commit is contained in:
Waldemar 2025-06-26 09:50:51 +02:00
parent a368827087
commit a6b864397a
56 changed files with 145 additions and 145 deletions

View file

@ -26,10 +26,10 @@ spec:
targetRevision: argo-cd-7.8.14-depends
helm:
valueFiles:
- $values/<no value>/<no value>/stacks/core/argocd/values.yaml
- repoURL: https://<no value>/<no value>
- $values/otc/localtest.me/stacks/core/argocd/values.yaml
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD
ref: values
- repoURL: https://<no value>/<no value>
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "<no value>/<no value>/stacks/core/argocd/manifests"
path: "otc/localtest.me/stacks/core/argocd/manifests"

View file

@ -11,7 +11,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: <no value>
- host: argocd.localtest.me
http:
paths:
- backend:
@ -23,5 +23,5 @@ spec:
pathType: Prefix
tls:
- hosts:
- <no value>
- argocd.localtest.me
secretName: argocd-net-tls

View file

@ -1,5 +1,5 @@
global:
domain: <no value>
domain: argocd.localtest.me
configs:
params:
@ -19,7 +19,7 @@ configs:
clusters:
- "*"
accounts.provider-argocd: apiKey
url: https://<no value>
url: https://argocd.localtest.me
rbac:
policy.csv: 'g, provider-argocd, role:admin'