14 lines
337 B
YAML
14 lines
337 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: whoami-application
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/moll-re/k3s-infra.git
|
|
targetRevision: HEAD
|
|
path: apps/whoami/overlays/main
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: whoami |