From 087dba45b17dc21910242c3eb8ab781c02d42c01 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 26 Jun 2026 22:52:28 +1000 Subject: [PATCH] fix: rename environment2 to environment update the environment secret reference to match what has been deployed. this prevents a containerconfigerror --- apps/base/artifactapi/api-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/artifactapi/api-deployment.yaml b/apps/base/artifactapi/api-deployment.yaml index 8abe40a..7de12f3 100644 --- a/apps/base/artifactapi/api-deployment.yaml +++ b/apps/base/artifactapi/api-deployment.yaml @@ -46,7 +46,7 @@ spec: name: api-env optional: false - secretRef: - name: environment2 + name: environment optional: false volumeMounts: - name: combined-certs