Make vca config optional in lcm charm
[osm/devops.git] / installers / charm / ui-k8s / reactive / spec_template.yaml
index 2bc6f23..4b3eef3 100644 (file)
 #     See the License for the specific language governing permissions and
 #     limitations under the License.
 version: 2
-service:
-  scalePolicy: serial
 containers:
   - name: %(name)s
-    image: %(docker_image)s
+    imageDetails:
+      imagePath: %(image)s
+      username: %(image_username)s
+      password: %(image_password)s
     ports:
     - containerPort: %(advertised-port)s
       protocol: TCP