From 5929800b6ed90d95113c1ce810eb6d1802c05479 Mon Sep 17 00:00:00 2001 From: willtome Date: Tue, 15 Aug 2023 17:54:35 -0400 Subject: [PATCH] fix cred name --- openshift/setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/setup.yml b/openshift/setup.yml index 1e6fe324a..14035878b 100644 --- a/openshift/setup.yml +++ b/openshift/setup.yml @@ -4,7 +4,7 @@ controller_components: - job_templates controller_credentials: - - name: OpenShift Credentials + - name: OpenShift Credential organization: Default credential_type: OpenShift or Kubernetes API Bearer Token inputs: @@ -22,4 +22,4 @@ controller_templates: notification_templates_success: Telemetry notification_templates_error: Telemetry credentials: - - "OpenShift" + - "OpenShift Credential"