mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 22:10:06 -05:00
Move examples out of docs/ directory
This commit is contained in:
committed by
Juan Font
parent
a43bb9c958
commit
dd9b4b1cb7
13
examples/kustomize/postgres/kustomization.yaml
Normal file
13
examples/kustomize/postgres/kustomization.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace: headscale
|
||||
bases:
|
||||
- ../base
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- postgres-service.yaml
|
||||
- postgres-statefulset.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
- name: postgresql
|
||||
files:
|
||||
- secrets/password
|
||||
Reference in New Issue
Block a user