Skip to content

Commit 7e2c17c

Browse files
authored
chore: remove unused helm value (#451)
## Issue N/A ## Description Remove unused Helm value. Signed-off-by: Tyler Gillson <[email protected]>
1 parent af1cbb8 commit 7e2c17c

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

build

chart/validator-plugin-aws/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ The following table lists the configurable parameters of the Validator-plugin-aw
3434
| `kubernetesClusterDomain` | | `"cluster.local"` |
3535
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` |
3636
| `metricsService.type` | | `"ClusterIP"` |
37-
| `auth.secret` | | `{}` |
3837
| `auth.serviceAccountName` | | `""` |
3938

4039

chart/validator-plugin-aws/templates/_helpers.tpl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,3 @@ Selector labels
5050
app.kubernetes.io/name: {{ include "chart.name" . }}
5151
app.kubernetes.io/instance: {{ .Release.Name }}
5252
{{- end }}
53-
54-
{{/*
55-
Create the name of the service account to use
56-
*/}}
57-
{{- define "chart.serviceAccountName" -}}
58-
{{- if .Values.serviceAccount.create }}
59-
{{- default (include "chart.fullname" .) .Values.serviceAccount.name }}
60-
{{- else }}
61-
{{- default "default" .Values.serviceAccount.name }}
62-
{{- end }}
63-
{{- end }}

chart/validator-plugin-aws/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ metricsService:
5151
targetPort: https
5252
type: ClusterIP
5353
auth:
54-
# Leave secret undefined for implicit auth (node instance IAM role, IAM roles for Service Accounts, etc.)
55-
secret: {}
56-
# Specify the name of a secret in your cluster that contains AWS credentials.
57-
# E.g.: https://github.com/validator-labs/validator/blob/main/chart/validator/templates/plugin-secret-aws.yaml
58-
# secretName: aws-creds
59-
6054
# Override the service account used by AWS validator (optional, could be used for IAM roles for Service Accounts)
6155
# WARNING: the chosen service account must have the same RBAC privileges as seen in templates/manager-rbac.yaml
6256
serviceAccountName: ""

0 commit comments

Comments
 (0)