Adding cluster-issuer annotation for TLS provisioning
Through the usage of cert-manager, the charms will be able
request TLS certificates to protect the Kubernetes Ingress
endpoint that is exposed.
Note: Cert-manager must be configured ahead of time.
Change-Id: I7dacdb8dca2f78664c5604e509e2516ae6023d06
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/installers/charm/grafana/tests/test_charm.py b/installers/charm/grafana/tests/test_charm.py
index 4e269df..5db3eda 100644
--- a/installers/charm/grafana/tests/test_charm.py
+++ b/installers/charm/grafana/tests/test_charm.py
@@ -43,6 +43,7 @@
"ingress_whitelist_source_range": "",
"tls_secret_name": "",
"site_url": "https://grafana.192.168.100.100.xip.io",
+ "cluster_issuer": "vault-issuer",
"osm_dashboards": True,
}
self.harness.update_config(self.config)