Skip to content

Commit

Permalink
Update Kustomizations to non-beta API version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Apr 9, 2024
1 parent 80486ef commit c7ea7b4
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 105 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: test-app
namespace: flux-system
spec:
path: "./eks-anywhere-vsphere/Testers/Core/snapshot-tester/test-app"
sourceRef:
kind: GitRepository
name: addons
namespace: flux-system
interval: 1m0s
prune: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: snapshot
namespace: flux-system
spec:
dependsOn:
- name: test-app
path: "./eks-anywhere-vsphere/Testers/Core/snapshot-tester/snapshot"
sourceRef:
kind: GitRepository
name: addons
namespace: flux-system
interval: 1m0s
prune: true

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c7ea7b4

Please sign in to comment.