update
diff --git a/charts/goproxy/templates/install.yaml b/charts/goproxy/templates/install.yaml
index d2bc499..51ba116 100644
--- a/charts/goproxy/templates/install.yaml
+++ b/charts/goproxy/templates/install.yaml
@@ -42,13 +42,13 @@
env:
- name: GOMODCACHE
value: /go/pkg/mod
- volumeMounts:
- - name: cache-volume
- mountPath: /go/pkg/mod
- volumes:
- - name: cache-volume
- persistentVolumeClaim:
- claimName: {{ .Values.persistentVolumeClaimName }}
+ volumeMounts:
+ - name: cache-volume
+ mountPath: /go/pkg/mod
+ volumes:
+ - name: cache-volume
+ persistentVolumeClaim:
+ claimName: {{ .Values.persistentVolumeClaimName }}
tolerations:
- key: "pcloud"
operator: "Equal"