Automated Manifest Update #6331

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-04-27 22:05:00 +00:00
2 changed files with 42 additions and 0 deletions

View File

@@ -108,6 +108,21 @@ spec:
secretKeyRef:
key: key
name: dawarich-key
- name: OTP_ENCRYPTION_PRIMARY_KEY
valueFrom:
secretKeyRef:
key: otp-primary-key
name: dawarich-key
- name: OTP_ENCRYPTION_DETERMINISTIC_KEY
valueFrom:
secretKeyRef:
key: otp-deterministic-key
name: dawarich-key
- name: OTP_ENCRYPTION_KEY_DERIVATION_SALT
valueFrom:
secretKeyRef:
key: otp-derivation-salt
name: dawarich-key
- name: RAILS_LOG_TO_STDOUT
value: "true"
- name: SELF_HOSTED
@@ -209,6 +224,21 @@ spec:
secretKeyRef:
key: key
name: dawarich-key
- name: OTP_ENCRYPTION_PRIMARY_KEY
valueFrom:
secretKeyRef:
key: otp-primary-key
name: dawarich-key
- name: OTP_ENCRYPTION_DETERMINISTIC_KEY
valueFrom:
secretKeyRef:
key: otp-deterministic-key
name: dawarich-key
- name: OTP_ENCRYPTION_KEY_DERIVATION_SALT
valueFrom:
secretKeyRef:
key: otp-derivation-salt
name: dawarich-key
- name: RAILS_LOG_TO_STDOUT
value: "true"
- name: SELF_HOSTED

View File

@@ -16,3 +16,15 @@ spec:
remoteRef:
key: /cl01tl/dawarich/key
property: key
- secretKey: otp-primary-key
remoteRef:
key: /cl01tl/dawarich/key
property: otp-primary-key
- secretKey: otp-deterministic-key
remoteRef:
key: /cl01tl/dawarich/key
property: otp-deterministic-key
- secretKey: otp-derivation-salt
remoteRef:
key: /cl01tl/dawarich/key
property: otp-derivation-salt