From 8854b27c203cdbbfcfd8ec4396a55278e88affdf Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Sat, 11 Mar 2023 22:31:16 +1100 Subject: [PATCH] add image marker --- .../config/apps/example-app-2/deploy/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/fluxcd/repositories/config/apps/example-app-2/deploy/deployment.yaml b/kubernetes/fluxcd/repositories/config/apps/example-app-2/deploy/deployment.yaml index 41a3a16..1b0c20c 100644 --- a/kubernetes/fluxcd/repositories/config/apps/example-app-2/deploy/deployment.yaml +++ b/kubernetes/fluxcd/repositories/config/apps/example-app-2/deploy/deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: example-app-2 - image: aimvector/example-app-2:0.0.1 + image: aimvector/example-app-2:0.0.1 # {"$imagepolicy": "default:example-app-2"} ports: - containerPort: 5000 volumeMounts: