Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Dec 2, 2024
1 parent 06c8366 commit 1217632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/vaultwarden/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
INIT_POSTGRES_USER: "{{ .VAULTWARDEN_POSTGRESS_USER }}"
INIT_POSTGRES_PASS: "{{ .VAULTWARDEN_POSTGRES_PASS }}"
INIT_POSTGRES_SUPER_PASS: "{{ .POSTGRES_SUPER_PASS }}"
INSTALLATION_ID: "{{ .VAULTWARDEN_INSTALLATION_ID }}"
INSTALLATION_KEY: "{{ .VAULTWARDEN_INSTALLATION_KEY }}"
PUSH_INSTALLATION_ID: "{{ .VAULTWARDEN_INSTALLATION_ID }}"
PUSH_INSTALLATION_KEY: "{{ .VAULTWARDEN_INSTALLATION_KEY }}"
dataFrom:
- extract:
key: secrets/vaultwarden
Expand Down
8 changes: 8 additions & 0 deletions kubernetes/main/apps/vaultwarden/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,15 @@ spec:
key: DATABASE_URL
PUSH_ENABLED: true
PUSH_INSTALLATION_ID:
valueFrom:
secretKeyRef:
name: *secret
key: PUSH_INSTALLATION_ID
PUSH_INSTALLATION_KEY:
valueFrom:
secretKeyRef:
name: *secret
key: PUSH_INSTALLATION_KEY
PUSH_RELAY_URI: https://api.bitwarden.eu
PUSH_IDENTITY_URI: https://identity.bitwarden.eu
securityContext:
Expand Down

0 comments on commit 1217632

Please sign in to comment.