aboutsummaryrefslogtreecommitdiff
path: root/grumpy/gitolite/templates/gitolite-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/gitolite/templates/gitolite-deployment.yaml')
-rw-r--r--grumpy/gitolite/templates/gitolite-deployment.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/grumpy/gitolite/templates/gitolite-deployment.yaml b/grumpy/gitolite/templates/gitolite-deployment.yaml
index 14aceaa..39717b9 100644
--- a/grumpy/gitolite/templates/gitolite-deployment.yaml
+++ b/grumpy/gitolite/templates/gitolite-deployment.yaml
@@ -85,12 +85,8 @@ spec:
volumes:
- name: gitolite-ssh-keys
persistentVolumeClaim:
- claimName: {{ .Values.Persistence.SshKeys.ExistingClaim | default (include "gitolite.claimname.ssh-keys" .) }}
+ claimName: gitolite-storage-ssh
- name: gitolite-git
- {{- if .Values.Persistence.Git.ExistingClaim }}
persistentVolumeClaim:
- claimName: {{ .Values.Persistence.Git.ExistingClaim | default (include "gitolite.claimname.git" .) }}
- {{- else }}
- emptyDir: {}
- {{- end -}}
+ claimName: gitolite-storage