Skip to content

Commit 8baac6c

Browse files
authored
chore: cleanup unused variables (#1712)
1 parent 13da580 commit 8baac6c

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

charts/sentry/README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -738,16 +738,6 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi
738738
| sentry.subscriptionConsumerMetrics.sidecars | list | `[]` | |
739739
| sentry.subscriptionConsumerMetrics.topologySpreadConstraints | list | `[]` | |
740740
| sentry.subscriptionConsumerMetrics.volumes | list | `[]` | |
741-
| sentry.subscriptionConsumerSessions.affinity | object | `{}` | |
742-
| sentry.subscriptionConsumerSessions.containerSecurityContext | object | `{}` | |
743-
| sentry.subscriptionConsumerSessions.env | list | `[]` | |
744-
| sentry.subscriptionConsumerSessions.nodeSelector | object | `{}` | |
745-
| sentry.subscriptionConsumerSessions.replicas | int | `1` | |
746-
| sentry.subscriptionConsumerSessions.resources | object | `{}` | |
747-
| sentry.subscriptionConsumerSessions.securityContext | object | `{}` | |
748-
| sentry.subscriptionConsumerSessions.sidecars | list | `[]` | |
749-
| sentry.subscriptionConsumerSessions.topologySpreadConstraints | list | `[]` | |
750-
| sentry.subscriptionConsumerSessions.volumes | list | `[]` | |
751741
| sentry.subscriptionConsumerTransactions.affinity | object | `{}` | |
752742
| sentry.subscriptionConsumerTransactions.containerSecurityContext | object | `{}` | |
753743
| sentry.subscriptionConsumerTransactions.enabled | bool | `true` | |
@@ -1044,14 +1034,6 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi
10441034
| snuba.replaysConsumer.securityContext | object | `{}` | |
10451035
| snuba.replaysConsumer.topologySpreadConstraints | list | `[]` | |
10461036
| snuba.rustConsumer | bool | `false` | |
1047-
| snuba.sessionsConsumer.affinity | object | `{}` | |
1048-
| snuba.sessionsConsumer.containerSecurityContext | object | `{}` | |
1049-
| snuba.sessionsConsumer.env | list | `[]` | |
1050-
| snuba.sessionsConsumer.nodeSelector | object | `{}` | |
1051-
| snuba.sessionsConsumer.replicas | int | `1` | |
1052-
| snuba.sessionsConsumer.resources | object | `{}` | |
1053-
| snuba.sessionsConsumer.securityContext | object | `{}` | |
1054-
| snuba.sessionsConsumer.topologySpreadConstraints | list | `[]` | |
10551037
| snuba.spansConsumer.affinity | object | `{}` | |
10561038
| snuba.spansConsumer.containerSecurityContext | object | `{}` | |
10571039
| snuba.spansConsumer.enabled | bool | `true` | |
@@ -1089,16 +1071,6 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi
10891071
| snuba.subscriptionConsumerMetrics.resources | object | `{}` | |
10901072
| snuba.subscriptionConsumerMetrics.securityContext | object | `{}` | |
10911073
| snuba.subscriptionConsumerMetrics.topologySpreadConstraints | list | `[]` | |
1092-
| snuba.subscriptionConsumerSessions.affinity | object | `{}` | |
1093-
| snuba.subscriptionConsumerSessions.containerSecurityContext | object | `{}` | |
1094-
| snuba.subscriptionConsumerSessions.env | list | `[]` | |
1095-
| snuba.subscriptionConsumerSessions.nodeSelector | object | `{}` | |
1096-
| snuba.subscriptionConsumerSessions.replicas | int | `1` | |
1097-
| snuba.subscriptionConsumerSessions.resources | object | `{}` | |
1098-
| snuba.subscriptionConsumerSessions.securityContext | object | `{}` | |
1099-
| snuba.subscriptionConsumerSessions.sidecars | list | `[]` | |
1100-
| snuba.subscriptionConsumerSessions.topologySpreadConstraints | list | `[]` | |
1101-
| snuba.subscriptionConsumerSessions.volumes | list | `[]` | |
11021074
| snuba.subscriptionConsumerTransactions.affinity | object | `{}` | |
11031075
| snuba.subscriptionConsumerTransactions.containerSecurityContext | object | `{}` | |
11041076
| snuba.subscriptionConsumerTransactions.enabled | bool | `true` | |

charts/sentry/values.yaml

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -862,23 +862,6 @@ sentry:
862862
# noStrictOffsetReset: false
863863
# volumeMounts: []
864864

865-
subscriptionConsumerSessions:
866-
replicas: 1
867-
env: []
868-
resources: {}
869-
affinity: {}
870-
nodeSelector: {}
871-
securityContext: {}
872-
containerSecurityContext: {}
873-
# tolerations: []
874-
# podLabels: {}
875-
sidecars: []
876-
topologySpreadConstraints: []
877-
volumes: []
878-
# autoOffsetReset: "earliest"
879-
# noStrictOffsetReset: false
880-
# volumeMounts: []
881-
882865
subscriptionConsumerTransactions:
883866
enabled: true
884867
replicas: 1
@@ -1398,24 +1381,6 @@ snuba:
13981381
# autoOffsetReset: "earliest"
13991382
# noStrictOffsetReset: false
14001383

1401-
subscriptionConsumerSessions:
1402-
replicas: 1
1403-
env: []
1404-
resources: {}
1405-
affinity: {}
1406-
nodeSelector: {}
1407-
securityContext: {}
1408-
topologySpreadConstraints: []
1409-
containerSecurityContext: {}
1410-
# tolerations: []
1411-
# podLabels: {}
1412-
# commitBatchSize: 1
1413-
# autoOffsetReset: "earliest"
1414-
sidecars: []
1415-
volumes: []
1416-
# noStrictOffsetReset: false
1417-
# volumeMounts: []
1418-
14191384
replaysConsumer:
14201385
enabled: true
14211386
replicas: 1
@@ -1449,34 +1414,6 @@ snuba:
14491414
# emptyDir:
14501415
# medium: Memory
14511416

1452-
sessionsConsumer:
1453-
replicas: 1
1454-
env: []
1455-
resources: {}
1456-
affinity: {}
1457-
nodeSelector: {}
1458-
securityContext: {}
1459-
topologySpreadConstraints: []
1460-
containerSecurityContext: {}
1461-
# tolerations: []
1462-
# podLabels: {}
1463-
# autoOffsetReset: "earliest"
1464-
# noStrictOffsetReset: false
1465-
# maxBatchSize: ""
1466-
# processes: ""
1467-
# inputBlockSize: ""
1468-
# outputBlockSize: ""
1469-
# maxBatchTimeMs: ""
1470-
# queuedMaxMessagesKbytes: ""
1471-
# queuedMinMessages: ""
1472-
# volumeMounts:
1473-
# - mountPath: /dev/shm
1474-
# name: dshm
1475-
# volumes:
1476-
# - name: dshm
1477-
# emptyDir:
1478-
# medium: Memory
1479-
14801417
transactionsConsumer:
14811418
enabled: true
14821419
replicas: 1

0 commit comments

Comments
 (0)