Skip to content

Commit

Permalink
Merge pull request #179 from akash4sh/main
Browse files Browse the repository at this point in the history
Add vault auth mount config
  • Loading branch information
akash4sh authored Jan 27, 2024
2 parents 4e2f4bb + 947d35d commit b9a3449
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ml-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- name: connect2karu
name: ml-server
type: application
version: 1.0.0
version: 1.0.1
1 change: 1 addition & 0 deletions charts/ml-server/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ data:
CERBOS_ENTITY_NAME: {{ .Values.cerbos.entityName }}
VAULT_ADDR: {{ .Values.vault.address }}
VAULT_ROLE: {{ .Values.vault.role }}
VAULT_AUTH_MOUNT: {{ .Values.vault.authMount }}
ASTRA_CRED_IDENTIFIER: {{ .Values.asterDB.credidentifier | quote }}
ASTRA_ENTITY_NAME: {{ .Values.asterDB.entityname | quote }}
AUTH_ENABLED: {{ .Values.env.auth.enabled | quote }}
Expand Down
4 changes: 3 additions & 1 deletion charts/ml-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand Down Expand Up @@ -151,6 +152,7 @@ vault:
address: http://vault:8200
role: "vault-role-mlserver"
policyNames: "vault-policy-cluster-admin,vault-policy-cluster-read"
authMount: "kubernetes"

aws:
access_key: ""
Expand Down

0 comments on commit b9a3449

Please sign in to comment.