Update k8s/apps/gitea/external-secrets.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
This commit is contained in:
@ -36,8 +36,10 @@ spec:
|
||||
template:
|
||||
type: Opaque
|
||||
data:
|
||||
token: |-
|
||||
{{ .password }}
|
||||
RECAPTCHA_SITEKEY: |-
|
||||
{{ .RECAPTCHA_SITEKEY }}
|
||||
RECAPTCHA_SECRET: |-
|
||||
{{ .RECAPTCHA_SECRET }}
|
||||
data:
|
||||
- secretKey: RECAPTCHA_SITEKEY
|
||||
sourceRef:
|
||||
|
Reference in New Issue
Block a user