mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
10 lines
187 B
YAML
10 lines
187 B
YAML
apiVersion: homelab.mortenolsen.pro/v1
|
|
kind: GenerateSecret
|
|
metadata:
|
|
name: "{{ .Release.Name }}-secrets"
|
|
spec:
|
|
fields:
|
|
- name: encryptionkey
|
|
encoding: hex
|
|
length: 64
|