And have argo run the thing
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
4b58deac8e
commit
5c8910d416
1 changed files with 15 additions and 0 deletions
15
everything-app/blog-backup.yaml
Normal file
15
everything-app/blog-backup.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: blog-backup
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: blog
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: apps
|
||||||
|
source:
|
||||||
|
path: apps-kustomized/blog-backup
|
||||||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
|
targetRevision: HEAD
|
Loading…
Add table
Reference in a new issue