Skip to content

Commit

Permalink
Kustomization modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Apr 16, 2024
1 parent 89a7cec commit 5b1c2e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,19 @@ 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 5b1c2e3

Please sign in to comment.