Replace uses of --config with --pod-manifest-path
This commit is contained in:
		
							parent
							
								
									5f3434ac64
								
							
						
					
					
						commit
						5be33aae4c
					
				|  | @ -1,34 +1,34 @@ | |||
| apiVersion: extensions/v1beta1 | ||||
| kind: Deployment | ||||
| metadata:  | ||||
|   labels:  | ||||
| metadata: | ||||
|   labels: | ||||
|     name: openshift | ||||
|   name: openshift | ||||
| spec:  | ||||
| spec: | ||||
|   replicas: 1 | ||||
|   selector: | ||||
|     matchLabels: | ||||
|       name: openshift | ||||
|   template:  | ||||
|     metadata:  | ||||
|       labels:  | ||||
|   template: | ||||
|     metadata: | ||||
|       labels: | ||||
|         name: openshift | ||||
|     spec:  | ||||
|       containers:  | ||||
|         - args:  | ||||
|     spec: | ||||
|       containers: | ||||
|         - args: | ||||
|             - start | ||||
|             - master | ||||
|             - --config=/config/master-config.yaml | ||||
|           image: "openshift/origin" | ||||
|           name: origin | ||||
|           ports:  | ||||
|           ports: | ||||
|             - containerPort: 8443 | ||||
|               name: openshift | ||||
|           volumeMounts:  | ||||
|           volumeMounts: | ||||
|             - mountPath: /config | ||||
|               name: config | ||||
|               readOnly: true | ||||
|       volumes:  | ||||
|       volumes: | ||||
|         - name: config | ||||
|           secret: | ||||
|             secretName: openshift-config | ||||
		Loading…
	
		Reference in New Issue