Created
November 6, 2021 18:32
-
-
Save shazadbrohi/c869a4ce91ac265476d0f723f66ae676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 | |
kind: Kustomization | |
metadata: | |
name: app-sync | |
namespace: flux-system | |
spec: | |
interval: 10m | |
path: "./app" | |
sourceRef: | |
kind: GitRepository | |
name: app-system | |
timeout: 5m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment