add actual
This commit is contained in:
parent
b31f0dc3aa
commit
f102c3132b
1 changed files with 17 additions and 0 deletions
17
everything-app/actual.yaml
Normal file
17
everything-app/actual.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: actual
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: actual
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: apps-kustomized/actual
|
||||
repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
Loading…
Add table
Reference in a new issue