diff options
author | r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> | 2019-11-06 22:57:58 -0800 |
---|---|---|
committer | r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> | 2019-11-07 08:40:41 -0800 |
commit | 30842bd0cdc017f1098bfe716d7f5576a0514eff (patch) | |
tree | de73920a67e412512365c135b17c0d702482eba7 /kud/hosting_providers/containerized/README.md | |
parent | 5839289be6a6f3a1441d73bd9e8a8ee4bf1dc1a3 (diff) |
Optimizing the plugin option in containerized installer
Issue-ID: MULTICLOUD-919
Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I6850c2673b1d5e8e7ccc9d036a0a68fa896aa3ab
Diffstat (limited to 'kud/hosting_providers/containerized/README.md')
-rw-r--r-- | kud/hosting_providers/containerized/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/containerized/README.md b/kud/hosting_providers/containerized/README.md index 4119ca78..d1659629 100644 --- a/kud/hosting_providers/containerized/README.md +++ b/kud/hosting_providers/containerized/README.md @@ -100,7 +100,7 @@ spec: - name: secret-volume mountPath: "/.ssh" command: ["/bin/sh","-c"] - args: ["cp -r /.ssh /root/; chmod -R 600 /root/.ssh; ./installer --cluster $CLUSTER_NAME"] + args: ["cp -r /.ssh /root/; chmod -R 600 /root/.ssh; ./installer --cluster $CLUSTER_NAME --plugins onap4k8s"] securityContext: privileged: true volumes: |