Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
6c51bae72387f508a3aaada83ee1dd299cd1413c
/
.
/
kubernetes
/
sdc
/
templates
/
sdc-environments-configmap.yaml
blob: e1ff5581fdc16176c43947b95ddc55facfdc71af [
file
] [
log
] [
blame
]
#{{ if not .Values.disableSdcSdcBe }}
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
sdc
-
environments
-
configmap
namespace:
{{ .Values.nsPrefix }}
data:
{{ tpl (.Files.Glob
"resources/config/environments/*"
).AsConfig .
|
indent 2 }}
#{{ end }}