Fix ro-k8s charm to include commonkey
[osm/devops.git] / installers / charm / ro-k8s / config.yaml
index a18e495..e93cc49 100755 (executable)
@@ -32,3 +32,15 @@ options:
     type: string
     description: OCI image
     default: opensourcemano/ro:8
+  image_username:
+    description: Docker repository username
+    type: string
+    default: ""
+  image_password:
+    description: Docker repository password
+    type: string
+    default: ""
+  database_commonkey:
+    description: Database common key
+    type: string
+    default: osm
\ No newline at end of file