fix: update link to postgres-insecure example in docs (#9802)

Fix reference to postgres-insecure example in docs
This commit is contained in:
intelli-joe
2025-04-28 08:22:04 -05:00
committed by GitHub
parent a9dd78a132
commit 205beb607b

View File

@@ -3,4 +3,4 @@ Configure Zitadel using native Helm values.
You can manage secrets through Helm values, letting Helm create Kubernetes secrets. You can manage secrets through Helm values, letting Helm create Kubernetes secrets.
Alternatively, reference existing Kubernetes secrets managed outside of Helm. Alternatively, reference existing Kubernetes secrets managed outside of Helm.
See the [referenced secrets example](https://github.com/zitadel/zitadel-charts/tree/main/examples/3-referenced-secrets) in the charts */examples* folder. See the [referenced secrets example](https://github.com/zitadel/zitadel-charts/tree/main/examples/3-referenced-secrets) in the charts */examples* folder.
For a quick setup, check out the [insecure Postgres example](https://github.com/zitadel/zitadel-charts/tree/main/examples/1-insecure-postgres). For a quick setup, check out the [insecure Postgres example](https://github.com/zitadel/zitadel-charts/tree/main/examples/1-postgres-insecure).