Feat: Add JCASC managed config files
[ci-management.git] / jenkins-config / managed-config-files / custom / kni-coreos-pull-secret / content
diff --git a/jenkins-config/managed-config-files/custom/kni-coreos-pull-secret/content b/jenkins-config/managed-config-files/custom/kni-coreos-pull-secret/content
new file mode 100644 (file)
index 0000000..e64a74f
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "auths": {
+    "cloud.openshift.com": {
+      "auth": "$KNI_CLOUD_PSW",
+      "email": "$KNI_CLOUD_USR"
+    },
+    "quay.io": {
+      "auth": "$KNI_CLOUD_PSW",
+      "email": "$KNI_CLOUD_USR"
+    },
+    "registry.connect.redhat.com": {
+      "auth": "$KNI_REDHAT_PSW",
+      "email": "$KNI_REDHAT_USR"
+    },
+    "registry.redhat.io": {
+      "auth": "$KNI_REDHAT_PSW",
+      "email": "$KNI_REDHAT_USR"
+    }
+  }
+}