aboutsummaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/containerized/README.md
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2019-11-07 17:21:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-07 17:21:06 +0000
commite3af69fe78abcbb88380ce5d557d93ebd2700ffd (patch)
tree20dc0b7c874e45d840e96529860ec584999d6a25 /kud/hosting_providers/containerized/README.md
parent10f7e1c6f3046873b05f118f48cb3daef5feee14 (diff)
parent30842bd0cdc017f1098bfe716d7f5576a0514eff (diff)
Merge "Optimizing the plugin option in containerized installer"
Diffstat (limited to 'kud/hosting_providers/containerized/README.md')
-rw-r--r--kud/hosting_providers/containerized/README.md2
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: