kube/argocd/applications/kubernetes-dashboard.yaml

21 lines
445 B
YAML
Raw Permalink Normal View History

2024-02-12 05:46:12 +00:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubernetes-dashboard
2024-02-12 05:46:12 +00:00
namespace: argocd
spec:
project: default
2024-02-12 05:46:12 +00:00
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: kubernetes-dashboard
2024-02-12 05:46:12 +00:00
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: kubernetes-dashboard
2024-02-12 06:49:45 +00:00
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true