24 lines
486 B
YAML
24 lines
486 B
YAML
![]() |
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: backstage-templates
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: cnoe://backstage-templates/entities
|
||
|
targetRevision: HEAD
|
||
|
path: "."
|
||
|
directory:
|
||
|
exclude: 'catalog-info.yaml'
|
||
|
destination:
|
||
|
server: "https://kubernetes.default.svc"
|
||
|
namespace: backstage
|
||
|
syncPolicy:
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
automated:
|
||
|
selfHeal: true
|