Open
Conversation
Contributor
Argo CD Diff PreviewSummary: Total: 1 files changed
Added (1):
+ folder3 (+19)folder3 (examples/git-generator/app/app-set.yaml)@@ Application added: folder3 (examples/git-generator/app/app-set.yaml) @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: deploy-from-folder-three
+spec:
+ replicas: 2
+ selector:
+ matchLabels:
+ app: myapp
+ template:
+ metadata:
+ labels:
+ app: myapp
+ spec:
+ containers:
+ - image: dag-andersen/myapp:latest
+ name: myapp
+ ports:
+ - containerPort: 80Stats: |
322dc94 to
b7bdcd7
Compare
This was referenced Dec 22, 2024
29b242c to
5d9cd3e
Compare
f5cb51c to
e9ca869
Compare
e9ca869 to
f6c988a
Compare
f6c988a to
085442c
Compare
085442c to
974dafa
Compare
cd8e422 to
15a1941
Compare
974dafa to
a11d67a
Compare
3f0fb2f to
4030e15
Compare
8a7dc5c to
5987450
Compare
5987450 to
1f9e51c
Compare
eb707db to
196fe44
Compare
196fe44 to
05f0a72
Compare
05f0a72 to
7d7cae7
Compare
7d7cae7 to
91c803f
Compare
91c803f to
dadfc8a
Compare
dadfc8a to
0014a23
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This example is based on this ApplicationSet that looks at files in
examples/git-generator/resources/**