refactor(charts): BREAKING CHANGE (#2836)

* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
This commit is contained in:
Kjeld Schouten-Lebbing
2022-06-07 19:41:19 +02:00
committed by GitHub
parent e4911cf0b1
commit 5529c2a3af
1546 changed files with 10467 additions and 3650 deletions
+18 -1
View File
@@ -27,6 +27,23 @@ controller:
args:
- "-config.file=/etc/loki/loki.yaml"
## TODO add alertinggroups support like this
# configmap:
# alerting:
# enabled: true
# data:
# '{{ include "common.names.fullname" . }}-alerting-rules.yaml': |-
# {{- if gt (len .Values.alerting_groups) 0 }}
# groups:
# {{- toYaml .Values.alerting_groups | nindent 6 }}
# {{- end }}
secret:
config:
enabled: true
data:
loki.yaml: '{{ tpl (toYaml .Values.config) . }}'
service:
main:
ports:
@@ -130,7 +147,7 @@ persistence:
enabled: true
type: secret
# -- Specify the name of the configmap object to be mounted
objectName: '{{ include "common.names.fullname" . -}}-config'
objectName: '{{ include "tc.common.names.fullname" . -}}-config'
# -- Where to mount the volume in the main container.
mountPath: "/etc/loki"