Skip to content

Commit 0bf896b

Browse files
Copilotraykao
andcommitted
Fix ArgoCD deployment: correct apiVersion and image name typos
Co-authored-by: raykao <860691+raykao@users.noreply.github.com>
1 parent f89fbb8 commit 0bf896b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Act-3/argocd/apps/broken-aks-store-all-in-one.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ data:
175175
ORDER_QUEUE_USERNAME: dXNlcm5hbWU=
176176
ORDER_QUEUE_PASSWORD: cGFzc3dvcmQ=
177177
---
178-
apiVersion: apps/v
178+
apiVersion: apps/v1
179179
kind: Deployment
180180
metadata:
181181
name: order-service
@@ -472,7 +472,7 @@ spec:
472472
"kubernetes.io/os": linux
473473
containers:
474474
- name: store-admin
475-
image: ghcr.io/azure-samples/aks-store-demo/store-dmin:2.1.0
475+
image: ghcr.io/azure-samples/aks-store-demo/store-admin:2.1.0
476476
ports:
477477
- containerPort: 8081
478478
name: store-admin

0 commit comments

Comments
 (0)