Created
August 23, 2022 14:50
-
-
Save chanwit/3dd228e90ce4c5d13998de3fb96e429d 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: podinfo | |
namespace: <your name> | |
spec: | |
interval: 1m0s | |
path: ./kustomize | |
prune: true | |
sourceRef: | |
kind: GitRepository | |
name: podinfo-source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment