Skip to content

Commit

Permalink
Fix repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aajimal committed Jun 7, 2024
1 parent 87d3649 commit afabbf3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions argocd/app/app-spamooor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ spec:
# - name: jobs.gasburnertxsjob.image.tag
# value: latest
syncPolicy:
automated:
prune: true
allowEmpty: true
automated: {}
syncOptions:
- CreateNamespace=true
managedNamespaceMetadata:
labels:
# argocd.argoproj.io/instance: <$ARGOCD_APP_NAME>
argocd.argoproj.io/instance: spamooor
annotations:
argocd.argoproj.io/tracking-id: spamooor/Namespace:spamooor-cronjobs
# argocd.argoproj.io/tracking-id: <$ARGOCD_APP_NAME>:/Namespace:$ARGOCD_APP_NAMESPACE
argocd.argoproj.io/tracking-id: spamooor/Namespace:spamooor-cronjobs
14 changes: 9 additions & 5 deletions argocd/appset/spamooor-applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
# {{ .labels }}
github:
owner: astriaorg
repo: astria
repo: spamooor # Repository to check for PRs
tokenRef:
key: token
secretName: github-pat
Expand Down Expand Up @@ -61,9 +61,13 @@ spec:
- name: jobs.gasburnertxsjob.image.tag
value: pr-{{.number}}
syncPolicy:
automated:
prune: true
selfHeal: false
allowEmpty: true
automated: {}
syncOptions:
- CreateNamespace=true
managedNamespaceMetadata:
labels:
# argocd.argoproj.io/instance: <$ARGOCD_APP_NAME>
argocd.argoproj.io/instance: spamooor-{{.number}}
annotations:
# argocd.argoproj.io/tracking-id: <$ARGOCD_APP_NAME>:/Namespace:$ARGOCD_APP_NAMESPACE
argocd.argoproj.io/tracking-id: spamooor-{{.number}}/Namespace:spamooor-{{.number}}

0 comments on commit afabbf3

Please sign in to comment.