Udpate values
This commit is contained in:
@ -10,6 +10,14 @@ spec:
|
||||
- name: dynamic-charts
|
||||
app: badhouseplants
|
||||
branch: dynamic-charts
|
||||
chart_version: 0.3.3
|
||||
value: |
|
||||
istio:
|
||||
hosts:
|
||||
- dynamic-charts-dev.badhouseplants.net
|
||||
hugo:
|
||||
image:
|
||||
tag: f230ff63c02fddecc77608b08cefb21f513160e2
|
||||
template:
|
||||
metadata:
|
||||
name: "{{ app }}-{{ name }}"
|
||||
@ -20,11 +28,13 @@ spec:
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
values: |-
|
||||
{{ values }}
|
||||
values: "{{ value }}"
|
||||
repoURL: https://git.badhouseplants.net/api/packages/allanger/helm
|
||||
targetRevision: "{{ chart.version }}"
|
||||
targetRevision: "{{ chart_version }}"
|
||||
chart: badhouseplants-net
|
||||
destination:
|
||||
server: "{{ argo.cluster }}"
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: "{{ app }}-{{ name }}"
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
Reference in New Issue
Block a user