Skip to content

Commit

Permalink
Merge pull request #79 from IBM/claim-ref
Browse files Browse the repository at this point in the history
fix: pvc to pv mapping and bump image
  • Loading branch information
No9 authored Mar 13, 2022
2 parents 5cb771f + 7b1bf49 commit d26861f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions charts/core-dump-handler/templates/core-storage-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
type: local
spec:
storageClassName: {{ .Values.storageClass }}
claimRef:
name: core-storage-pvc
namespace: {{ .Release.Namespace }}
capacity:
storage: {{ .Values.coreStorage }}
accessModes:
Expand Down
3 changes: 3 additions & 0 deletions charts/core-dump-handler/templates/host-storage-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
type: local
spec:
storageClassName: {{ .Values.storageClass }}
claimRef:
name: host-storage-pvc
namespace: {{ .Release.Namespace }}
capacity:
storage: {{ .Values.hostStorage }}
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion charts/core-dump-handler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
registry: quay.io
repository: icdh/core-dump-handler
tag: v8.0.3
tag: v8.1.0
pullPolicy: Always
pullSecrets: []
request_mem: "64Mi"
Expand Down

0 comments on commit d26861f

Please sign in to comment.