Skip to content

Commit

Permalink
Simplifying Kustomizations and file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Apr 9, 2024
1 parent c7ea7b4 commit a4c38de
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: vmware-csi-namespace-kustomization
namespace: flux-system
labels:
app: vmware-csi-driver
spec:
interval: 1m0s
path: ./eks-anywhere-vsphere/Addons/Core/storage-driver/vmware-csi
prune: true
sourceRef:
kind: GitRepository
name: addons

This file was deleted.

0 comments on commit a4c38de

Please sign in to comment.