10 lines
257 B
YAML
10 lines
257 B
YAML
|
|
# Placeholder secret — replaced by the init script after `bao operator init`.
|
||
|
|
# Exists so the auto-unseal sidecar's volume mount doesn't block pod startup.
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: openbao-keys
|
||
|
|
namespace: data
|
||
|
|
type: Opaque
|
||
|
|
data: {}
|