14 lines
304 B
YAML
14 lines
304 B
YAML
# yaml-language-server: $schema=values.schema.json
|
|
instance-argo:
|
|
argocd:
|
|
chart: sample-tenant
|
|
namespace: argocd
|
|
project: default
|
|
destinationServer: "https://kubernetes.default.svc"
|
|
selfHeal: true
|
|
prune: true
|
|
repo: "https://git.nplus.cloud"
|
|
global:
|
|
meta:
|
|
isArgo: true
|