summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates/registry_config_secret.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_hosted/templates/registry_config_secret.j2')
-rw-r--r--roles/openshift_hosted/templates/registry_config_secret.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/openshift_hosted/templates/registry_config_secret.j2 b/roles/openshift_hosted/templates/registry_config_secret.j2
new file mode 100644
index 000000000..ca68544ec
--- /dev/null
+++ b/roles/openshift_hosted/templates/registry_config_secret.j2
@@ -0,0 +1,9 @@
+---
+apiVersion: v1
+kind: Secret
+metadata:
+ name: registry-config
+ annotations:
+ provider: {{ openshift.hosted.registry.storage.provider }}
+data:
+ config.yml: {{ registry_config }}