Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin-flux-example
2 commits behind, 67 commits ahead of the upstream repository.
sources-kustomization.yaml 283 B
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
  name: stackspin-sources
  namespace: flux-system
spec:
  interval: 30m
  sourceRef:
    kind: GitRepository
    name: stackspout
  path: ./basic/infrastructure/sources
  prune: true
  validation: client