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