From 3ffa6ba35f3102b9ab129c4f03a604439648ef79 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 16 Feb 2020 15:36:15 -0500 Subject: [PATCH] Updated secrets template --- .../infrastructure/secrets-deploy-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/aro/openshift-templates/infrastructure/secrets-deploy-template.yml b/deploy/aro/openshift-templates/infrastructure/secrets-deploy-template.yml index 11b015013..b1176f060 100644 --- a/deploy/aro/openshift-templates/infrastructure/secrets-deploy-template.yml +++ b/deploy/aro/openshift-templates/infrastructure/secrets-deploy-template.yml @@ -36,7 +36,7 @@ objects: stringData : ConnectionString: ${SQL_PASSWORD_SECRET} metadata: - name: sql-password--secret + name: sa-password-secret type: Opaque - apiVersion: v1 kind: Secret