From 0e24dcee2e770ab91c658edc0036f3d132676af3 Mon Sep 17 00:00:00 2001 From: Claudio Pisa <claudio.pisa@garr.it> Date: Thu, 24 Jan 2019 09:15:43 +0000 Subject: [PATCH] fix small typos --- .../templates/_garr_success.html | 2 +- .../templates/kubeconfig.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/garr_horizon_dashboard_customization_module/templates/_garr_success.html b/modules/garr_horizon_dashboard_customization_module/templates/_garr_success.html index c6af78d..e956163 100644 --- a/modules/garr_horizon_dashboard_customization_module/templates/_garr_success.html +++ b/modules/garr_horizon_dashboard_customization_module/templates/_garr_success.html @@ -23,7 +23,7 @@ </p> <p class="alert alert-warning"> <!-- TODO: make documentation URL parametric in the charm --> - For the Kubernetes configuration file please refer to the <a href="https://cloud.garr.it/containers/" target="_blank">Documentation</a> + For the Kubernetes configuration file please refer to the <a href="https://cloud.garr.it/containers/" target="_blank">Documentation</a>. </p> {% endblock %} {% block modal-footer %} diff --git a/modules/garr_horizon_dashboard_customization_module/templates/kubeconfig.template b/modules/garr_horizon_dashboard_customization_module/templates/kubeconfig.template index f04551c..5257081 100644 --- a/modules/garr_horizon_dashboard_customization_module/templates/kubeconfig.template +++ b/modules/garr_horizon_dashboard_customization_module/templates/kubeconfig.template @@ -19,7 +19,7 @@ users: apiVersion: client.authentication.k8s.io/v1beta1 command: bin/kubectl-keystone-auth args: - - "--keystone-url={{ auth_url }} + - "--keystone-url={{ auth_url }}" - "--domain-name=none" - "--user-name={{ user }}" - "--application-credential-id={{ application_credential_id }}" -- GitLab