From 4be5b2f295a049f6680cf0b247ef04ddc72c567e Mon Sep 17 00:00:00 2001 From: gtrkiller <54121436+gtrkiller@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:41:03 -0300 Subject: [PATCH] eliminate mysql-interface variables (#157) --- config.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config.yaml b/config.yaml index 021b63ab..e4e38817 100644 --- a/config.yaml +++ b/config.yaml @@ -26,18 +26,6 @@ options: default: | user_name: admin admin_email: devnull@example.com - mysql-interface-user: - type: string - description: > - Database username for mysql relation. See mysql-k8s relation documentation at - https://charmhub.io/mysql/configure - default: "" - mysql-interface-database: - type: string - description: > - Database name for mysql relation. See mysql-k8s relation documentation at - https://charmhub.io/mysql/configure - default: "" plugins: type: string description: |