mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-07 17:26:28 +01:00
10 lines
181 B
TypeScript
10 lines
181 B
TypeScript
apiVersion: 'homelab.mortenolsen.pro/v1'
|
|
kind: 'PostgresDatabase'
|
|
metadata:
|
|
name: 'test2'
|
|
namespace: 'playground'
|
|
labels:
|
|
foo: 'bar'
|
|
annotations:
|
|
foo: 'bar'
|
|
spec: {} |