Skip to content

Commit

Permalink
chore: remove unused helm value (#223)
Browse files Browse the repository at this point in the history
## Issue
N/A

## Description
Remove unused Helm value.

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson authored Aug 5, 2024
1 parent db29a62 commit 1651b8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion chart/validator-plugin-azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The following table lists the configurable parameters of the Validator-plugin-az
| `kubernetesClusterDomain` | | `"cluster.local"` |
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` |
| `metricsService.type` | | `"ClusterIP"` |
| `auth.secret` | | `{}` |
| `auth.serviceAccountName` | | `""` |


Expand Down
6 changes: 0 additions & 6 deletions chart/validator-plugin-azure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ metricsService:
targetPort: https
type: ClusterIP
auth:
# Leave secret undefined for implicit auth (e.g., WorkloadIdentity credentials)
secret: {}
# Specify the name of a secret in your cluster that contains Azure credentials.
# E.g.: https://github.com/validator-labs/validator/blob/main/chart/validator/templates/plugin-secret-azure.yaml
# secretName: azure-creds

# Override the service account used by Azure validator (optional, could be used for WorkloadIdentityCredentials on AKS)
# WARNING: the chosen service account must include all RBAC privileges found in templates/manager-rbac.yaml
serviceAccountName: ""

0 comments on commit 1651b8e

Please sign in to comment.