feat: added password generator crd to samples

This commit is contained in:
=
2025-05-07 22:50:49 +05:30
parent 1e4dfd0c7c
commit 0ca3c2bb68

View File

@@ -0,0 +1,14 @@
apiVersion: secrets.infisical.com/v1alpha1
kind: ClusterGenerator
metadata:
name: password-generator
spec:
kind: Password
generator:
passwordSpec:
length: 10
digits: 5
symbols: 5
symbolCharacters: "-_$@"
noUpper: false
allowRepeat: true