Use the fabric8 plugin to add a custom deployment config and config map as part of the deployment to OpenShift.
12 lines
130 B
YAML
12 lines
130 B
YAML
|
|
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- envFrom:
|
|
- configMapRef:
|
|
name: env-config
|
|
|
|
|