123456789101112131415161718 |
- apiVersion: batch/v1
- kind: Job
- metadata:
- name: guix-pull
- spec:
- template:
- metadata:
- annotations:
- guix-default-channel-commit: c8f5126a
- spec:
- nodeSelector:
- kubernetes.io/hostname: kube3
- tolerations:
- - key: "workstation.cluster.local"
- operator: "Equal"
- value: "true"
- effect: "NoSchedule"
|