telepresence

This commit is contained in:
Andrey Kartashov 2023-03-12 20:12:52 +07:00
parent e213e86717
commit 81bcb8743d
2 changed files with 25 additions and 0 deletions

View file

@ -6,6 +6,9 @@ data:
application.instanceLabelKey: argocd.argoproj.io/instance application.instanceLabelKey: argocd.argoproj.io/instance
url: https://argocd.ioot.xyz url: https://argocd.ioot.xyz
statusbadge.enabled: 'true' statusbadge.enabled: 'true'
resource.compareoptions: |
# disables status field diffing in specified resource types
ignoreAggregatedRoles: true
dex.config: | dex.config: |
connectors: connectors:
- type: github - type: github

View file

@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: telepresence
namespace: argocd
spec:
destination:
namespace: ambassador
server: https://kubernetes.default.svc
project: default
source:
chart: telepresence
repoURL: https://app.getambassador.io
targetRevision: "2.11.1"
helm:
releaseName: traffic-manager
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true