mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-07 17:26:27 +01:00
11 lines
182 B
YAML
11 lines
182 B
YAML
apiVersion: homelab.mortenolsen.pro/v1
|
|
kind: GenerateSecret
|
|
metadata:
|
|
name: "{{ .Release.Name }}-secret"
|
|
spec:
|
|
fields:
|
|
- name: password
|
|
encoding: hex
|
|
length: 64
|
|
|