diff options
author | Thong Kuah <tkuah@gitlab.com> | 2018-08-09 20:31:22 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2018-08-09 20:38:40 +1200 |
commit | bf28a454f24417e2316fee2dbc16573df50c2885 (patch) | |
tree | bb233653102f1e5f051e5384644cc7f7f6b350d7 /db/schema.rb | |
parent | 68082d352516b5367fce76453b8992f4e44d127e (diff) | |
download | gitlab-ce-revert-helm-tls-auth.tar.gz |
Revert Helm TLS Authrevert-helm-tls-auth
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb index f1d8f4df3b7..0b756cd8ca8 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -637,9 +637,6 @@ ActiveRecord::Schema.define(version: 20180807153545) do t.integer "status", null: false t.string "version", null: false t.text "status_reason" - t.text "encrypted_ca_key" - t.text "encrypted_ca_key_iv" - t.text "ca_cert" end create_table "clusters_applications_ingress", force: :cascade do |t| |