Closed sheaphillips closed 5 years ago
I pushed a change including the configmap template
I pushed a change including the configmap template
the ConfigMap object is awreddy inline in the dc.yaml
, (see below) so the separate file is redundant. I'll remove the separate file.
...
wildcardPolicy: None
- apiVersion: v1
kind: ConfigMap
metadata:
name: searchgate-config
data:
rocketGateURL: ${ROCKETGATE_BASE_URL}
parameters:
...
@patricksimonian if you can review, let's get this merged into master, then included in rebase of #3 so we can test out the pipeline against working code.