diff options
author | Jun (Nicolas) Hu <jh245g@att.com> | 2018-08-08 20:33:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-08 20:33:32 +0000 |
commit | 3f56c825b4da4a2eb0b6bbdee4e985970324fa52 (patch) | |
tree | f713d2013cbb82feae3dfcd6d36370966ff1e89b /kubernetes/robot/templates/deployment.yaml | |
parent | e0d4c46d9fc30ab22fad7065a914f9932451fd39 (diff) | |
parent | 4325047cb045e33fab214f45d3eca49f399bdc8b (diff) |
Merge "Refactor OOM robot changes into demo/testsuite"
Diffstat (limited to 'kubernetes/robot/templates/deployment.yaml')
-rw-r--r-- | kubernetes/robot/templates/deployment.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kubernetes/robot/templates/deployment.yaml b/kubernetes/robot/templates/deployment.yaml index e5cc1d3a0f..12977601e0 100644 --- a/kubernetes/robot/templates/deployment.yaml +++ b/kubernetes/robot/templates/deployment.yaml @@ -69,15 +69,6 @@ spec: readOnly: true - name: robot-eteshare mountPath: /share/config - - name: robot-resources - mountPath: /var/opt/OpenECOMP_ETE/robot/resources/policy_interface.robot - subPath: policy_interface.robot - - 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 @@ -110,9 +101,6 @@ spec: configMap: name: {{ include "common.fullname" . }}-eteshare-configmap defaultMode: 0755 - - name: robot-resources - configMap: - name: {{ include "common.fullname" . }}-resources-configmap - name: robot-lighttpd-authorization configMap: name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap |