initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user