Skip to content

Commit

Permalink
apps: cluster1: Add maintenance-guix-rde-image-workstation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Oct 5, 2024
1 parent cf7902d commit a41766b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/cluster1/maintenance-guix-rde-image-workstation/job.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: batch/v1
kind: Job
metadata:
name: guix-rde-image-workstation
spec:
template:
metadata:
annotations:
guix-default-channel-commit: b2302739
spec:
nodeSelector:
kubernetes.io/hostname: kube1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: guix
resources:
- ../../base/maintenance-guix-rde-image-workstation
patchesStrategicMerge:
- job.yaml

0 comments on commit a41766b

Please sign in to comment.