mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 09:08:26 +07:00
Add app template
This commit is contained in:
parent
73f6ce771b
commit
c04f524d34
21
apps/resources/template.yaml
Normal file
21
apps/resources/template.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: TODO
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
name: in-cluster
|
||||||
|
namespace: TODO
|
||||||
|
server: ''
|
||||||
|
source:
|
||||||
|
path: ''
|
||||||
|
repoURL: 'TODO'
|
||||||
|
targetRevision: TODO
|
||||||
|
chart: TODO
|
||||||
|
project: default
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user