try chatgpt provided chart for redis/keyDB
This commit is contained in:
11
redis/templates/secret-auth.yaml
Normal file
11
redis/templates/secret-auth.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# templates/secret-auth.yaml
|
||||
# -----------------------------------------------------------------------------
|
||||
{{""}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: '{{ include "keydb-custom.fullname" . }}-auth'
|
||||
type: Opaque
|
||||
stringData:
|
||||
password: "{{ .Values.auth.password }}"
|
||||
Reference in New Issue
Block a user