mirror of
https://github.com/holos-run/holos.git
synced 2026-03-22 10:15:01 +00:00
15 lines
365 B
YAML
15 lines
365 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
labels: {}
|
|
name: security-namespaces
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
project: security
|
|
source:
|
|
path: deploy/components/namespaces
|
|
repoURL: https://github.com/holos-run/kargo-demo.git
|
|
targetRevision: main
|