14 lines
457 B
YAML
14 lines
457 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: xmrig
|
|
namespace: xmrig
|
|
spec:
|
|
interval: 1h # reconciliation interval
|
|
timeout: 15m # if not set, this defaults to interval duration, which is 1h
|
|
prune: true # remove any elements later removed from the above path
|
|
suspend: false # suspend reconciliation of this kustomization
|
|
targetNamespace: xmrig
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: xmrig |