kube/argocd/applications/freescout.yaml

17 lines
339 B
YAML
Raw Permalink Normal View History

2023-08-29 06:29:36 +00:00
---
2022-08-16 09:40:54 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2023-08-29 06:29:36 +00:00
name: freescout
2022-08-16 09:40:54 +00:00
namespace: argocd
spec:
2023-08-29 06:29:36 +00:00
project: k-space.ee
2022-08-16 09:40:54 +00:00
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
2023-08-29 06:29:36 +00:00
path: freescout
2022-08-16 09:40:54 +00:00
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
2023-08-29 06:29:36 +00:00
namespace: freescout
syncPolicy: {}