Skip to content

Commit

Permalink
nfs-git-repo-sync: ensure only enabled when it can work
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 23, 2020
1 parent 5896e53 commit 11018cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chart/templates/nfs-git-repo-sync.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- if .Values.nfs.enabled -}}
{{- if and .Values.nfs.enabled .Values.nfs.gitRepoSync.enabled -}}
{{- /*
Syncs the git repo at https://github.com/neurohackademy/nh2020-curriculum
to the NFS location /nh/curriculum.
*/ -}}
apiVersion: batch/v1beta1
kind: CronJob
metadata:
Expand Down

0 comments on commit 11018cf

Please sign in to comment.