12345678910111213141516171819 |
- ---
- clusterName: {{ clusters[cluster].name }}
- centralEndpoint: wss://{{ api_ep }}
- collector:
- collectionMethod: EBPF
- slimMode: false
- admissionControl:
- listenOnCreates: true
- listenOnUpdates: true
- listenOnEvents: true
- dynamic:
- scanInline: true
- disableBypass: false
- timeout: 10
- # This would have otherwise gone to "values-private.yaml"...
- imagePullSecrets:
- username: '{{ pull_user }}'
- password: '{{ pull_pass }}'
- ...
|