Skip to content

Commit

Permalink
Merge pull request #250 from mikemcd3912/csiDriverGitOps
Browse files Browse the repository at this point in the history
VMware CSI Driver Blog - Break out snapshot restore kustomization
  • Loading branch information
mikemcd3912 authored Apr 18, 2024
2 parents 4c8b752 + 8da91f7 commit 0e76db7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: snapshot-restore
namespace: flux-system
spec:
path: "./eks-anywhere-vsphere/Testers/Core/snapshot-tester/snapshot-restore"
sourceRef:
kind: GitRepository
name: addons
namespace: flux-system
interval: 1m0s
prune: true
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,4 @@ spec:
namespace: flux-system
interval: 1m0s
prune: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: snapshot-restore
namespace: flux-system
spec:
dependsOn:
- name: snapshot
path: "./eks-anywhere-vsphere/Testers/Core/snapshot-tester/snapshot-restore"
sourceRef:
kind: GitRepository
name: addons
namespace: flux-system
interval: 1m0s
prune: true

0 comments on commit 0e76db7

Please sign in to comment.