Compare commits
2 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a91eb9105 | ||
|
|
8ef1242243 |
@@ -48,6 +48,7 @@ ArgoCD homelab project
|
||||
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
||||
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
||||
| **qbittorent-nas** | [](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |
|
||||
| **remnawave** | [](https://ag.hexor.cy/applications/argocd/remnawave) |
|
||||
| **rustdesk** | [](https://ag.hexor.cy/applications/argocd/rustdesk) |
|
||||
| **sonarr-stack** | [](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
|
||||
| **stirling-pdf** | [](https://ag.hexor.cy/applications/argocd/stirling-pdf) |
|
||||
|
||||
@@ -12,14 +12,15 @@ spec:
|
||||
data:
|
||||
DATABASE_URL: |-
|
||||
postgresql://remnawave:{{ .pg_pass }}@psql.psql.svc:5432/remnawave
|
||||
# JWT_AUTH_SECRET: |-
|
||||
# {{ .jwt_auth_secret }}
|
||||
# JWT_API_TOKENS_SECRET: |-
|
||||
# {{ .jwt_api_tokens_secret }}
|
||||
# METRICS_USER: |-
|
||||
# {{ .metrics_user }}
|
||||
# METRICS_PASS: |-
|
||||
# {{ .metrics_pass }}
|
||||
JWT_AUTH_SECRET: |-
|
||||
{{ .jwt_auth_secret }}
|
||||
JWT_API_TOKENS_SECRET: |-
|
||||
{{ .jwt_api_tokens_secret }}
|
||||
METRICS_USER: admin
|
||||
METRICS_PASS: |-
|
||||
{{ .metrics_pass }}
|
||||
WEBHOOK_SECRET_HEADER: |-
|
||||
{{ .webhook_secret }}
|
||||
|
||||
data:
|
||||
- secretKey: pg_pass
|
||||
@@ -30,35 +31,35 @@ spec:
|
||||
remoteRef:
|
||||
key: 2a9deb39-ef22-433e-a1be-df1555625e22
|
||||
property: fields[10].value
|
||||
# - secretKey: jwt_auth_secret
|
||||
# sourceRef:
|
||||
# storeRef:
|
||||
# name: vaultwarden-login
|
||||
# kind: ClusterSecretStore
|
||||
# remoteRef:
|
||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
||||
# property: login.password
|
||||
# - secretKey: jwt_api_tokens_secret
|
||||
# sourceRef:
|
||||
# storeRef:
|
||||
# name: vaultwarden-login
|
||||
# kind: ClusterSecretStore
|
||||
# remoteRef:
|
||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
||||
# property: login.password
|
||||
# - secretKey: metrics_user
|
||||
# sourceRef:
|
||||
# storeRef:
|
||||
# name: vaultwarden-login
|
||||
# kind: ClusterSecretStore
|
||||
# remoteRef:
|
||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
||||
# property: login.username
|
||||
# - secretKey: metrics_pass
|
||||
# sourceRef:
|
||||
# storeRef:
|
||||
# name: vaultwarden-login
|
||||
# kind: ClusterSecretStore
|
||||
# remoteRef:
|
||||
# key: 35ec5880-2576-401b-a89a-3c9d56b9c1de
|
||||
# property: login.password
|
||||
- secretKey: jwt_auth_secret
|
||||
sourceRef:
|
||||
storeRef:
|
||||
name: vaultwarden-login
|
||||
kind: ClusterSecretStore
|
||||
remoteRef:
|
||||
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||
property: fields[0].value
|
||||
- secretKey: jwt_api_tokens_secret
|
||||
sourceRef:
|
||||
storeRef:
|
||||
name: vaultwarden-login
|
||||
kind: ClusterSecretStore
|
||||
remoteRef:
|
||||
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||
property: fields[1].value
|
||||
- secretKey: metrics_pass
|
||||
sourceRef:
|
||||
storeRef:
|
||||
name: vaultwarden-login
|
||||
kind: ClusterSecretStore
|
||||
remoteRef:
|
||||
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||
property: fields[2].value
|
||||
- secretKey: webhook_secret
|
||||
sourceRef:
|
||||
storeRef:
|
||||
name: vaultwarden-login
|
||||
kind: ClusterSecretStore
|
||||
remoteRef:
|
||||
key: 0d090436-5e82-453a-914c-19cec2abded1
|
||||
property: fields[3].value
|
||||
|
||||
Reference in New Issue
Block a user