mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
12 lines
205 B
YAML
12 lines
205 B
YAML
apiVersion: homelab.mortenolsen.pro/v1
|
|
kind: SecretRequest
|
|
metadata:
|
|
name: test
|
|
namespace: playground
|
|
spec:
|
|
secretName: testing
|
|
data:
|
|
- key: foo
|
|
value: bar
|
|
- key: baz
|
|
value: qux |