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
+28 -19
View File
@@ -10,7 +10,14 @@ image:
args:
- "-config.file=/etc/promtail/promtail.yaml"
envValueFrom:
secret:
config:
enabled: true
data:
promtail.yaml: |
{{- tpl .Values.config.file . | nindent 4 }}
env:
HOSTNAME:
fieldRef:
fieldPath: spec.nodeName
@@ -62,34 +69,36 @@ persistence:
enabled: true
type: hostPath
mountPath: /run/promtail
hostPath: /run/promtai
hostPath: /run/promtail
config:
enabled: true
type: secret
objectName: "promtail-config"
objectName: '{{ include "tc.common.names.fullname" . }}-config'
mountPath: /etc/promtail
# -- Whether Role Based Access Control objects like roles and rolebindings should be created
rbac:
enabled: true
rules:
- apiGroups:
- ""
resources:
- nodes
- nodes/proxy
- services
- endpoints
- pods
verbs:
- get
- watch
- list
main:
enabled: true
rules:
- apiGroups:
- ""
resources:
- nodes
- nodes/proxy
- services
- endpoints
- pods
verbs:
- get
- watch
- list
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
# -- Specifies whether a ServiceAccount should be created
create: true
main:
create: true
# -- Tolerations for pods. By default, pods will be scheduled on master/control-plane nodes.
tolerations: