diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-02-07 15:45:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-07 15:45:58 +0000 |
commit | ce7844b207021251ec76a5aa5d7b8c1de3555a12 (patch) | |
tree | a450296c8d8ee9a735f10fdb3d389d27de7e7095 /kubernetes/vid/templates/vid-lfconfig-configmap.yaml | |
parent | 18c2dbcdf7904d6a4030efa141fe232009362800 (diff) | |
parent | 46bec904421416cf78a6907d23e4ce40fcff51e5 (diff) |
Merge "config seg vid deployment"
Diffstat (limited to 'kubernetes/vid/templates/vid-lfconfig-configmap.yaml')
-rw-r--r-- | kubernetes/vid/templates/vid-lfconfig-configmap.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/vid/templates/vid-lfconfig-configmap.yaml b/kubernetes/vid/templates/vid-lfconfig-configmap.yaml new file mode 100644 index 0000000000..1cc3f218b9 --- /dev/null +++ b/kubernetes/vid/templates/vid-lfconfig-configmap.yaml @@ -0,0 +1,9 @@ +#{{ if not .Values.disableVidVidMariadb }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: vid-lfconfig-configmap + namespace: {{ .Values.nsPrefix }}-vid +data: +{{ tpl (.Files.Glob "resources/config/lf_config/*").AsConfig . | indent 2 }} +#{{ end }} |