15 lines
368 B
YAML
15 lines
368 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: vaultflux
|
|
namespace: argo-system
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: git@git.badhouseplants.net:badhouseplants/k8s-cluster-config.git
|
|
targetRevision: try-argo-and-flux
|
|
path: manifests/debug/istio
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: default
|