Skip to content

Commit

Permalink
rearranging apps
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilkers committed Jul 20, 2021
1 parent 4e7a438 commit 7735404
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
namespace: openshift-gitops
resources:
- datavolumes.yaml
- vms.yaml
6 changes: 3 additions & 3 deletions apps/vm-and-dvs.yaml → apps/vms.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fedora-dvtest
name: vms
namespace: openshift-gitops
spec:
destination:
namespace:
namespace: kubevirt-gitops
server: https://kubernetes.default.svc
project: default
source:
path: vm-and-dvs
path: vms
repoURL: https://github.com/cwilkers/kubevirt-gitops
targetRevision: HEAD
syncPolicy:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7735404

Please sign in to comment.