Skip to content

Commit

Permalink
chore: remove vault props
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasM95 committed Jun 12, 2024
1 parent 59c0a55 commit 9ddb34e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions application/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ spec:
env:
- name: SPRING_PROFILES_ACTIVE
value: prod
- name: VAULT_URI
valueFrom:
secretKeyRef:
name: {{ include "application.fullname" . }}-secret
key: vault.uri
- name: VAULT_ROLE_ID
valueFrom:
secretKeyRef:
name: {{ include "application.fullname" . }}-secret
key: vault.role.id
- name: VAULT_SECRET_ID
valueFrom:
secretKeyRef:
name: {{ include "application.fullname" . }}-secret
key: vault.secret.id
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 9ddb34e

Please sign in to comment.