it is what it is

This commit is contained in:
Jun-te Kim 2025-12-14 00:39:29 +00:00
parent 44ad2289ba
commit 3660296164
3 changed files with 0 additions and 20 deletions

View file

@ -1,20 +0,0 @@
runner:
name: mist-runner
labels:
- mist
- self-hosted
envFrom:
- secretRef:
name: aws-secrets
volumeMounts:
- name: k8s-storage
mountPath: /k8s_storage
readOnly: true
volumes:
- name: k8s-storage
hostPath:
path: /home/kimjunte/k8s_storage
type: Directory