Merge pull request #74 from jakalkhalili/master
#70 Fix SecurityContext propagation
This commit is contained in:
		
						commit
						7d2177f8c4
					
				|  | @ -230,6 +230,7 @@ func NewJenkinsMasterContainer(jenkins *v1alpha2.Jenkins) corev1.Container { | |||
| 				Protocol:      corev1.ProtocolTCP, | ||||
| 			}, | ||||
| 		}, | ||||
| 		SecurityContext: jenkinsContainer.SecurityContext, | ||||
| 		Env:          envs, | ||||
| 		Resources:    jenkinsContainer.Resources, | ||||
| 		VolumeMounts: append(GetJenkinsMasterContainerBaseVolumeMounts(jenkins), jenkinsContainer.VolumeMounts...), | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue