30 lines
744 B
YAML
30 lines
744 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: ApplicationSet
|
||
|
metadata:
|
||
|
name: badhouseplants-net
|
||
|
namespace: argo-system
|
||
|
spec:
|
||
|
generators:
|
||
|
- list:
|
||
|
elements: []
|
||
|
template:
|
||
|
metadata:
|
||
|
name: "{{ app }}-{{ name }}"
|
||
|
namespace: argo-system
|
||
|
labels:
|
||
|
branch: "{{ name }}"
|
||
|
application: "{{ app }}"
|
||
|
spec:
|
||
|
project: "default"
|
||
|
source:
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- values.yaml
|
||
|
values: "{{ value }}"
|
||
|
repoURL: https://git.badhouseplants.net/api/packages/allanger/helm
|
||
|
targetRevision: "{{ chart_version }}"
|
||
|
chart: badhouseplants-net
|
||
|
destination:
|
||
|
server: "https://kubernetes.default.svc"
|
||
|
namespace: "{{ app }}-{{ name }}"
|