Skip to content

Commit

Permalink
deployable
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilkers committed Aug 2, 2021
1 parent 2898520 commit d0677e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kubevirt/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubevirt
namespace: openshift-gitops
spec:
destination:
namespace:
server: https://kubernetes.default.svc
project: default
source:
path: kubevirt
repoURL: https://github.com/cwilkers/kubevirt-gitops
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=false

0 comments on commit d0677e7

Please sign in to comment.