From f120f3b426752f14b10037ec97efcb166f0c14ef Mon Sep 17 00:00:00 2001 From: BenVincent Date: Fri, 26 Jun 2026 22:55:24 +1000 Subject: [PATCH] fix: rename environment2 to environment (#199) update the environment secret reference to match what has been deployed. this prevents a containerconfigerror --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/199 --- 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