Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #253 from okartau/get-kustomized-to-sync
Browse files Browse the repository at this point in the history
Fix kustomize-generated parts to be in sync again
  • Loading branch information
pohly authored Apr 29, 2019
2 parents 28f1650 + 6da4715 commit e2f251e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/kubernetes-1.13/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ spec:
name: pmem-ns-init
securityContext:
privileged: true
volumeMounts:
- mountPath: /sys
name: sys-dir
- args:
- -v=5
image: 192.168.8.1:5000/pmem-vgm:canary
Expand Down Expand Up @@ -458,6 +461,10 @@ spec:
- name: registry-cert
secret:
secretName: pmem-csi-node-secrets
- hostPath:
path: /sys
type: DirectoryOrCreate
name: sys-dir
---
apiVersion: csi.storage.k8s.io/v1alpha1
kind: CSIDriver
Expand Down

0 comments on commit e2f251e

Please sign in to comment.