Removed argocd and forgejo differentiation between osc and kind
This commit is contained in:
parent
9c5ed74967
commit
f842a7dbb6
4 changed files with 0 additions and 82 deletions
33
template/stacks/core/argocd/values.yaml
Normal file
33
template/stacks/core/argocd/values.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
global:
|
||||
domain: {{ .Values.edfbuilderTargetDomain }}
|
||||
|
||||
configs:
|
||||
params:
|
||||
server.insecure: true
|
||||
server.basehref: /argocd
|
||||
cm:
|
||||
application.resourceTrackingMethod: annotation
|
||||
timeout.reconciliation: 60s
|
||||
resource.exclusions: |
|
||||
- apiGroups:
|
||||
- "*"
|
||||
kinds:
|
||||
- ProviderConfigUsage
|
||||
- apiGroups:
|
||||
- cilium.io
|
||||
kinds:
|
||||
- CiliumIdentity
|
||||
clusters:
|
||||
- "*"
|
||||
accounts.provider-argocd: apiKey
|
||||
rbac:
|
||||
policy.csv: 'g, provider-argocd, role:admin'
|
||||
|
||||
tls:
|
||||
certificates:
|
||||
|
||||
notifications:
|
||||
enabled: false
|
||||
|
||||
dex:
|
||||
enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue