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