Improve docker registry secret management
[oom.git] / kubernetes / onap / values.yaml
index 28b33fc..cffff73 100644 (file)
@@ -29,7 +29,9 @@ global:
   # docker images. This includes all images from dockerhub and
   # any other repository that hosts images for ONAP components.
   #repository: nexus3.onap.org:10001
-  repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
+  repositoryCred:
+    user: docker
+    password: docker
 
   # readiness check - temporary repo until images migrated to nexus3
   readinessRepository: oomk8s
@@ -47,6 +49,9 @@ global:
   # flag to enable debugging - application support required
   debugEnabled: false
 
+# Repository for creation of nexus3.onap.org secret
+repository: nexus3.onap.org:10001
+
 
 #################################################################
 # Enable/disable and configure helm charts (ie. applications)