From 93b215797340bc85abbfacb737ff9b36deb31f95 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 5 Mar 2025 17:08:22 +0100 Subject: [PATCH] Clean comments in Jinja workflow to create KSU Change-Id: I2b6c4e5924b0df0d7f905bff0d2662e8add37f17 Signed-off-by: garciadeblas --- osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 b/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 index 207dfefe..2b559380 100644 --- a/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 +++ b/osm_lcm/odu_libs/templates/launcher-create-ksu-hr.j2 @@ -71,9 +71,9 @@ spec: - name: secret_key value: "values.yaml" ################################################################ - # This temporary secret (in the example, `jenkins-credentials`) should exist already - # in the `osm-workflows` namespace and contain the desired Jenkins credentials in - # a well-known key (in the example, `creds`). + # This temporary secret should exist already in the `osm-workflows` + # namespace and contain the desired secret values in a well-known key + # (in the example, `creds`). # # For instance: # -- 2.25.1