Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
issue-43 Workaround for kubernetes/minikube#4634
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jun 28, 2019
1 parent f7b6912 commit 33893d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions charts/senzing-yum/senzing-yum/templates/job.yaml
Expand Up @@ -20,18 +20,20 @@ spec:
{{- end }}
{{- if .Values.senzing.optSenzingClaim }}
volumeMounts:
- name: opt-senzing-storage
mountPath: /tmp/bug-workaround
- name: opt-senzing-storage
mountPath: /opt/senzing/data
# subPath: senzing-data
subPath: senzing-data
- name: opt-senzing-storage
mountPath: /opt/senzing/g2
# subPath: senzing-g2
subPath: senzing-g2
- name: opt-senzing-storage
mountPath: /etc/opt/senzing
# subPath: senzing-etc
subPath: senzing-etc
- name: opt-senzing-storage
mountPath: /var/opt/senzing
# subPath: senzing-var
subPath: senzing-var
{{- end }}
restartPolicy: Never
{{- if .Values.senzing.optSenzingClaim }}
Expand Down
2 changes: 1 addition & 1 deletion charts/senzing-yum/senzing-yum/values.yaml
Expand Up @@ -17,6 +17,6 @@ resources: {}
senzing:
acceptEula: "I_ACCEPT_THE_SENZING_EULA"
optSenzingClaim: "opt-senzing-claim"
# yumParameters: ["-y", "install", "tree"]
yumParameters: ["-y", "install", "tree"]

tolerations: []

0 comments on commit 33893d1

Please sign in to comment.