badhouseplants-net/kube/applicationset.yaml

30 lines
744 B
YAML
Raw Normal View History

2023-02-25 11:44:29 +00:00
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: badhouseplants-net
namespace: argo-system
spec:
generators:
2023-02-25 19:37:04 +00:00
- list:
elements: []
2023-02-25 11:44:29 +00:00
template:
metadata:
name: "{{ app }}-{{ name }}"
namespace: argo-system
2023-02-25 19:37:04 +00:00
labels:
branch: "{{ name }}"
application: "{{ app }}"
2023-02-25 11:44:29 +00:00
spec:
project: "default"
source:
helm:
valueFiles:
- values.yaml
2023-02-25 12:26:00 +00:00
values: "{{ value }}"
2023-02-25 11:44:29 +00:00
repoURL: https://git.badhouseplants.net/api/packages/allanger/helm
2023-02-25 12:26:00 +00:00
targetRevision: "{{ chart_version }}"
2023-02-25 11:44:29 +00:00
chart: badhouseplants-net
destination:
2023-02-25 12:26:00 +00:00
server: "https://kubernetes.default.svc"
2023-02-25 11:44:29 +00:00
namespace: "{{ app }}-{{ name }}"