You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/redash/values.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ volumes: []
29
29
# volumeMounts -- Redash global volume mounts configuration - applied to all containers
30
30
volumeMounts: []
31
31
32
+
# commonLabels -- Redash global labels -- applied to all objects
33
+
commonLabels: {}
34
+
32
35
## Service account and security context configuration
33
36
serviceAccount:
34
37
# serviceAccount.create -- Specifies whether a service account should be created
@@ -552,6 +555,9 @@ migrations:
552
555
# migrations.podAnnotations -- Annotations for scheduled worker pod assignment [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)
553
556
podAnnotations: {}
554
557
558
+
# migrations.podLabels -- Labels for migration pod [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/)
559
+
podLabels: {}
560
+
555
561
# externalPostgreSQL -- External PostgreSQL configuration. To use an external PostgreSQL instead of the automatically deployed postgresql chart: set postgresql.enabled to false then uncomment and configure the externalPostgreSQL connection URL (e.g. postgresql://user:pass@host:5432/database)
556
562
externalPostgreSQL:
557
563
# externalPostgreSQLSecret -- Read external PostgreSQL configuration from a secret. This should point at a secret file with a single key which specifies the connection string.
0 commit comments