Example | ApplicationSet Git Generator - #80
Open
dag-andersen wants to merge 1 commit into
Open
Conversation
Contributor
Argo CD Diff PreviewSummary: Added (1):
+ folder3 (+19)folder3 (examples/git-generator/app/app-set.yaml)Deployment: deploy-from-folder-three+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: |
dag-andersen
force-pushed
the
git-generator-example
branch
from
December 22, 2024 11:18
322dc94 to
b7bdcd7
Compare
This was referenced Dec 22, 2024
dag-andersen
force-pushed
the
git-generator-example
branch
2 times, most recently
from
January 1, 2025 13:55
29b242c to
5d9cd3e
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
2 times, most recently
from
January 9, 2025 15:48
f5cb51c to
e9ca869
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
January 13, 2025 20:31
e9ca869 to
f6c988a
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
January 23, 2025 20:27
f6c988a to
085442c
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
February 13, 2025 16:01
085442c to
974dafa
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
February 15, 2025 12:08
cd8e422 to
15a1941
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
February 15, 2025 12:56
974dafa to
a11d67a
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
March 6, 2025 16:47
3f0fb2f to
4030e15
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
2 times, most recently
from
March 17, 2025 21:35
8a7dc5c to
5987450
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
April 30, 2025 18:34
5987450 to
1f9e51c
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
2 times, most recently
from
July 16, 2025 17:19
eb707db to
196fe44
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
July 31, 2025 16:26
196fe44 to
05f0a72
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
August 30, 2025 11:44
05f0a72 to
7d7cae7
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
December 25, 2025 13:09
7d7cae7 to
91c803f
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
January 4, 2026 19:38
91c803f to
dadfc8a
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
January 24, 2026 12:29
dadfc8a to
0014a23
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
February 28, 2026 10:57
0014a23 to
69c116e
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
May 9, 2026 09:41
69c116e to
0877a36
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
June 7, 2026 19:17
0877a36 to
f2123fb
Compare
dag-andersen
force-pushed
the
git-generator-example
branch
from
August 3, 2026 19:39
f2123fb to
9f9b8e8
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/**