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:
|
template:
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
token: |-
|
RECAPTCHA_SITEKEY: |-
|
||||||
{{ .password }}
|
{{ .RECAPTCHA_SITEKEY }}
|
||||||
|
RECAPTCHA_SECRET: |-
|
||||||
|
{{ .RECAPTCHA_SECRET }}
|
||||||
data:
|
data:
|
||||||
- secretKey: RECAPTCHA_SITEKEY
|
- secretKey: RECAPTCHA_SITEKEY
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
Reference in New Issue
Block a user