Created
September 1, 2017 22:04
-
-
Save aslafy-z/5707ebba324900efd5d7f8e6ba8484d4 to your computer and use it in GitHub Desktop.
apply with `patch -p0`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git deploy/kube-templates/glusterfs-daemonset.yaml deploy/kube-templates/glusterfs-daemonset.yaml | |
| index d291e78..e04d8f4 100644 | |
| --- deploy/kube-templates/glusterfs-daemonset.yaml | |
| +++ deploy/kube-templates/glusterfs-daemonset.yaml | |
| @@ -20,7 +20,7 @@ spec: | |
| storagenode: glusterfs | |
| hostNetwork: true | |
| containers: | |
| - - image: gluster/gluster-centos:latest | |
| + - image: zadki3l/glusterfs:3.12 | |
| imagePullPolicy: IfNotPresent | |
| name: glusterfs | |
| resources: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment