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