feat(apt-version-exporter): add apt-version-exporter to core-deployments
Some checks are pending
ci/woodpecker/push/yamllint Pipeline is pending
Some checks are pending
ci/woodpecker/push/yamllint Pipeline is pending
This commit is contained in:
parent
a4214ff3cc
commit
459870309f
8 changed files with 149 additions and 0 deletions
|
@ -480,3 +480,24 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: apt-version-exporter
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||
targetRevision: HEAD
|
||||
path: apt-version-exporter
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: apt-version-exporter
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue