feat(argocd-apps): adopt additional Applications/Projects to argocd-apps chart (#1356)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
914021b38a
commit
798c8107c3
10 changed files with 260 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -22,6 +22,7 @@ body:
|
|||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-image-updater
|
||||
- argocd-apps
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
|
@ -24,6 +24,7 @@ body:
|
|||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-image-updater
|
||||
- argocd-apps
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
3
.github/configs/labeler.yaml
vendored
3
.github/configs/labeler.yaml
vendored
|
|
@ -12,3 +12,6 @@ argo-workflows:
|
|||
|
||||
argocd-image-updater:
|
||||
- charts/argocd-image-updater/**/*
|
||||
|
||||
argocd-apps:
|
||||
- charts/argocd-apps/**/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue