mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* feat: add ambassador crds and bump version to 0.70.0 Signed-off-by: Markus Maga <markus@maga.se> * chore: add some changelog Signed-off-by: Markus Maga <markus@maga.se> * fix: correct ci values Signed-off-by: Markus Maga <markus@maga.se> * fix: only create crd in one of the tests Signed-off-by: Markus Maga <markus@maga.se> * fix: update rbac so ambassador can see ambassador crds Signed-off-by: Markus Maga <markus@maga.se>
31 lines
435 B
YAML
31 lines
435 B
YAML
daemonSet: true
|
|
rbac:
|
|
create: false
|
|
|
|
prometheusExporter:
|
|
enabled: true
|
|
|
|
env:
|
|
AMBASSADOR_SINGLE_NAMESPACE: true
|
|
AMBASSADOR_NO_KUBEWATCH: no_kubewatch
|
|
|
|
volumes:
|
|
- name: nothing
|
|
emptyDir: {}
|
|
|
|
volumeMounts:
|
|
- mountPath: /var/nothing
|
|
name: nothing
|
|
readOnly: true
|
|
|
|
ambassadorConfig: |
|
|
apiVersion: ambassador/v1
|
|
kind: Module
|
|
name: ambassador
|
|
config:
|
|
service_port: 8080
|
|
|
|
crds:
|
|
create: false
|
|
keep: false
|