Prepare installer and pods for Rel TWELVE
[osm/devops.git] / installers / charm / lcm-k8s / reactive / spec_template.yaml
index 1a27096..b5f508b 100644 (file)
 version: 2
 containers:
   - name: %(name)s
-    image: %(docker_image)s
+    imageDetails:
+      imagePath: %(image)s
+      username: %(image_username)s
+      password: %(image_password)s
     ports:
     # This is a fake port; lcm doesn't listen, since it's just reading
     # and responding to the kafka bus. Fix this in post.
@@ -45,5 +48,5 @@ containers:
       OSMLCM_VCA_PUBKEY: %(vca_pubkey)s
       OSMLCM_VCA_SECRET: %(vca_password)s
       OSMLCM_VCA_CACERT: %(vca_cacert)s
-      OSMLCM_VCA_APIPROXY: %(vca_apiproxy)s
       OSMLCM_VCA_CLOUD: %(vca_cloud)s
+      OSMLCM_VCA_K8S_CLOUD: %(vca_k8s_cloud)s