Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
3deep5me committed May 8, 2022
1 parent 29e95d7 commit 3428066
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
25 changes: 0 additions & 25 deletions k8s/base/01-cronjob.yaml

This file was deleted.

26 changes: 13 additions & 13 deletions k8s/base/02-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ spec:
- archiv.txt
- --flac
- -c
volumeMounts:
- name: smb
mountPath: "/mnt/stuff"
readOnly: false
- name: scdl.config
mountPath: "~/.config/scdl/scdl.cfg"
volumeMounts:
- name: smb
mountPath: "/mnt/stuff"
readOnly: false
- name: scdl-config
mountPath: "~/.config/scdl/scdl.cfg"
restartPolicy: Never
volumes:
- name: smb
persistentVolumeClaim:
claimName: pvc-smb
- name: scdl.config
secret:
secretName: scdl.config
volumes:
- name: smb
persistentVolumeClaim:
claimName: pvc-smb
- name: scdl-config
secret:
secretName: scdl.config

0 comments on commit 3428066

Please sign in to comment.