diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-20 19:57:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-20 19:57:04 +0000 |
commit | 7f1ea9fb552991f2ba3fa52683f494e37157e34a (patch) | |
tree | 5a3911db34f76358034eec59cf6925b415493253 /kubernetes/oof/templates | |
parent | 71a1981562725be2c9571015f11fcb406629986c (diff) | |
parent | d7417724979fc166180a7879f36524adee3103de (diff) |
Merge "[OOF] Slicing_config exposed in the OOM config"
Diffstat (limited to 'kubernetes/oof/templates')
-rw-r--r-- | kubernetes/oof/templates/deployment.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/oof/templates/deployment.yaml b/kubernetes/oof/templates/deployment.yaml index 0b19678e1f..6f1022ba63 100644 --- a/kubernetes/oof/templates/deployment.yaml +++ b/kubernetes/oof/templates/deployment.yaml @@ -120,6 +120,9 @@ spec: - mountPath: /opt/osdf/config/log.yml name: {{ include "common.fullname" . }}-config subPath: log.yml + - mountPath: /opt/osdf/config/slicing_config.yaml + name: {{ include "common.fullname" . }}-config + subPath: slicing_config.yaml resources: {{ include "common.resources" . | indent 12 }} {{- if .Values.nodeSelector }} @@ -146,6 +149,8 @@ spec: path: common_config.yaml - key: log.yml path: log.yml + - key: slicing_config.yaml + path: slicing_config.yaml {{ include "oof.certificate.volume" . | indent 8 }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" |