Clean manifests: remove runtime fields

This commit is contained in:
2025-10-28 17:30:59 +01:00
parent f5f0cdf25a
commit beae9b4b77
21 changed files with 21384 additions and 21246 deletions

View File

@@ -3,7 +3,6 @@ kind: Deployment
metadata:
name: nginx-demo
annotations:
# 👇 These lines tell Argo CD Image Updater what to watch and how to update
argocd-image-updater.argoproj.io/image-list: nginx=nginx
argocd-image-updater.argoproj.io/nginx.update-strategy: latest
spec:
@@ -17,7 +16,7 @@ spec:
app: nginx-demo
spec:
containers:
- name: nginx
image: nginx:1.27
ports:
- containerPort: 80
- name: nginx
image: nginx:1.27
ports:
- containerPort: 80