summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates/registry_config_secret.j2
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-23 10:55:17 -0400
committerGitHub <noreply@github.com>2017-08-23 10:55:17 -0400
commita56384839e769657c9f97c1fcdbea55e9ff92f1c (patch)
tree2894d6640753a19c6aab85f4a8cb159131bfd91a /roles/openshift_hosted/templates/registry_config_secret.j2
parentb107f677a3563f6db9a1ef17fe10518d321d495c (diff)
parentfb0adaad2e27f80ecae7790b206b29cbebdae36a (diff)
downloadopenshift-a56384839e769657c9f97c1fcdbea55e9ff92f1c.tar.gz
openshift-a56384839e769657c9f97c1fcdbea55e9ff92f1c.tar.bz2
openshift-a56384839e769657c9f97c1fcdbea55e9ff92f1c.tar.xz
openshift-a56384839e769657c9f97c1fcdbea55e9ff92f1c.zip
Merge pull request #5120 from smarterclayton/allow_gcs_registry
Allow GCS object storage to be configured
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, 0 insertions, 9 deletions
diff --git a/roles/openshift_hosted/templates/registry_config_secret.j2 b/roles/openshift_hosted/templates/registry_config_secret.j2
deleted file mode 100644
index ca68544ec..000000000
--- a/roles/openshift_hosted/templates/registry_config_secret.j2
+++ /dev/null
@@ -1,9 +0,0 @@
----
-apiVersion: v1
-kind: Secret
-metadata:
- name: registry-config
- annotations:
- provider: {{ openshift.hosted.registry.storage.provider }}
-data:
- config.yml: {{ registry_config }}