feat: Update events chart (#220)
* added crds directory for helm 3 compability * added eventsource-crd for helm2 * updated image tags to newer version, added new property for additionalRules for compability * updated SA Rules to match installation yaml from events repo * introduced shortnames to match upstream crds * updated env var names to match events installation yml from upstream repo * updated chart and app version
This commit is contained in:
parent
3b3a2c86b3
commit
d5dec323a8
11 changed files with 104 additions and 26 deletions
|
|
@ -25,9 +25,9 @@ spec:
|
|||
image: "{{ .Values.registry }}/{{ .Values.sensorController.image }}:{{ .Values.sensorController.tag }}"
|
||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||
env:
|
||||
- name: SENSOR_NAMESPACE
|
||||
- name: NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: SENSOR_CONFIG_MAP
|
||||
- name: CONTROLLER_CONFIG_MAP
|
||||
value: {{ .Release.Name }}-{{ .Values.sensorController.name }}-configmap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue