diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-07 23:39:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-07 23:39:24 +0000 |
commit | 25bfd399919f9599a2ba4f94cac72875473e6297 (patch) | |
tree | 7d3183b3f5acd7ffc2dcd90457266632d93194fd /kubernetes/robot/templates/deployment.yaml | |
parent | edd7598346bcc35a0dcda9c0184a4e694e82e07e (diff) | |
parent | 40b120bcf746bb5874a978170f602bf733e456ab (diff) |
Merge "OOF Integration Changes"
Diffstat (limited to 'kubernetes/robot/templates/deployment.yaml')
-rw-r--r-- | kubernetes/robot/templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/robot/templates/deployment.yaml b/kubernetes/robot/templates/deployment.yaml index 6379aa1908..0b658093bf 100644 --- a/kubernetes/robot/templates/deployment.yaml +++ b/kubernetes/robot/templates/deployment.yaml @@ -75,6 +75,9 @@ spec: - name: robot-resources mountPath: /var/opt/OpenECOMP_ETE/robot/resources/sdngc_interface.robot subPath: sdngc_interface.robot + - name: robot-resources + mountPath: /var/opt/OpenECOMP_ETE/robot/resources/oof_interface.robot + subPath: oof_interface.robot - name: robot-lighttpd-authorization mountPath: /etc/lighttpd/authorization subPath: authorization |