Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions demo/.zz.auto-generated/prod-service-bar/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: bar-web
annotations:
appTag: latest
newAnnotation: test

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all the services are getting the new annotation ✅

spec:
replicas: 20
selector:
Expand All @@ -32,6 +33,7 @@ metadata:
name: bar-worker
annotations:
appTag: latest
newAnnotation: test
spec:
replicas: 1
selector:
Expand Down
1 change: 1 addition & 0 deletions demo/.zz.auto-generated/prod-service-foo/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: foo-web
annotations:
appTag: latest
newAnnotation: test
spec:
replicas: 15

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

selector:
Expand Down
2 changes: 2 additions & 0 deletions demo/.zz.auto-generated/test-service-bar/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: bar-web
annotations:
appTag: latest
newAnnotation: test
spec:
replicas: 2
selector:
Expand All @@ -32,6 +33,7 @@ metadata:
name: bar-worker
annotations:
appTag: latest
newAnnotation: test
spec:
replicas: 1
selector:
Expand Down
1 change: 1 addition & 0 deletions demo/.zz.auto-generated/test-service-baz/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: baz-web
annotations:
appTag: latest
newAnnotation: test
spec:
replicas: 1
selector:
Expand Down
1 change: 1 addition & 0 deletions demo/.zz.auto-generated/test-service-foo/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: foo-web
annotations:
appTag: latest
newAnnotation: test
spec:
replicas: 2
selector:
Expand Down