WIP:feat(ch9s6): add custom dc and cm resources

Use the fabric8 plugin to add a custom deployment config and config
map as part of the deployment to OpenShift.
This commit is contained in:
Dan K 2019-07-16 16:34:24 -04:00
parent eaf20b0fe6
commit 213f257670
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: env-config
data:
APP_MSG:

View file

@ -0,0 +1,11 @@
spec:
template:
spec:
containers:
- envFrom:
- configMapRef:
name: env-config