Skip to content

Commit

Permalink
dind: Claim the volume
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Jan 9, 2024
1 parent b2009f0 commit 2cbb134
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: dind
description: Run Docker in Docker in Kubernetes
type: application
version: 0.2.0
version: 0.2.1
appVersion: "0.0.0"
dependencies:
- name: common
Expand Down
7 changes: 7 additions & 0 deletions dind/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{{- include "common.deployment" (list . "dind.deployment") -}}
{{- define "dind.deployment" -}}
spec:
template:
spec:
volumes:
- name: {{ .Chart.Name }}-storage
persistentVolumeClaim:
claimName: {{ .Release.Name }}-{{ .Chart.Name }}-pvc
{{- end -}}
6 changes: 3 additions & 3 deletions vertex-containers/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 13.2.25
- name: dind
repository: file://../dind
version: 0.2.0
digest: sha256:b8d3be2f1669a34de57403e657be374b370ccbff5ecf51cf512e63a75a5d2030
generated: "2024-01-09T06:17:22.40997-05:00"
version: 0.2.1
digest: sha256:b3e3080ed7e21a1f414d44b44408a978d6fb1feab4e53266189bae48f89aab8d
generated: "2024-01-09T07:06:58.214987-05:00"
2 changes: 1 addition & 1 deletion vertex-containers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
version: 13.2.25
repository: https://charts.bitnami.com/bitnami
- name: dind
version: 0.2.0
version: 0.2.1
repository: "file://../dind"

0 comments on commit 2cbb134

Please sign in to comment.