Skip to content

Commit c1c7461

Browse files
remove azure specifics
1 parent 64695d0 commit c1c7461

File tree

3 files changed

+0
-52
lines changed

3 files changed

+0
-52
lines changed

consolidate-ingress-implementations.md

Whitespace-only changes.

helm-chart/eoapi/templates/azure/azure-secret-provider.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

helm-chart/eoapi/values.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -468,20 +468,3 @@ vector:
468468

469469
docServer:
470470
enabled: true
471-
472-
# TODO DEPRECATE THIS SECTION
473-
# This section is used to create a SecretProviderClass for Azure Key Vault
474-
# and mount the secrets in the pod using the Secrets Store CSI driver.
475-
# It should not be part of the base chart and should be moved to a specific deployment
476-
# chart when using the Azure Key Vault.
477-
azure:
478-
aksSecretsProviderAvailable: false
479-
keyvault:
480-
name: ""
481-
clientId: ""
482-
tenantId: ""
483-
# Mapping of name inside Azure Vault to name inside k8s secret object
484-
secretKeys:
485-
pgpassword: POSTGRES_PASSWORD
486-
pghost: POSTGRES_HOST
487-
dbname: POSTGRES_DBNAME

0 commit comments

Comments
 (0)