Compare commits
2 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40b7683e70 | ||
| c83d69446b |
@@ -45,6 +45,7 @@ ArgoCD homelab project
|
|||||||
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
||||||
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
||||||
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
||||||
|
| **mtproxy** | [](https://ag.hexor.cy/applications/argocd/mtproxy) |
|
||||||
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
||||||
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
||||||
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
||||||
|
|||||||
@@ -17,12 +17,16 @@ spec:
|
|||||||
{{ .username }}
|
{{ .username }}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: |-
|
AUTHENTIK_POSTGRESQL__PASSWORD: |-
|
||||||
{{ .password }}
|
{{ .password }}
|
||||||
|
AUTHENTIK_SECRET_KEY: |-
|
||||||
|
{{ .secret_key }}
|
||||||
POSTGRES_PASSWORD: |-
|
POSTGRES_PASSWORD: |-
|
||||||
{{ .password }}
|
{{ .password }}
|
||||||
POSTGRES_USER: |-
|
POSTGRES_USER: |-
|
||||||
{{ .username }}
|
{{ .username }}
|
||||||
AUTHENTIK_SECRET_KEY: |-
|
username: |-
|
||||||
{{ .secret_key }}
|
{{ .password }}
|
||||||
|
password: |-
|
||||||
|
{{ .username }}
|
||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user