Compare commits
2 Commits
a19daebdff
...
78e0807f5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78e0807f5f | ||
|
|
3ee97913b5 |
@@ -48,10 +48,11 @@ statefulset:
|
|||||||
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
|
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
|
||||||
config: |
|
config: |
|
||||||
log:
|
log:
|
||||||
level: debug
|
level: info
|
||||||
cache:
|
cache:
|
||||||
enabled: false
|
enabled: false
|
||||||
container:
|
container:
|
||||||
|
privileged: true
|
||||||
require_docker: true
|
require_docker: true
|
||||||
docker_timeout: 300s
|
docker_timeout: 300s
|
||||||
|
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: external-secrets.io/v1
|
|
||||||
kind: ExternalSecret
|
|
||||||
metadata:
|
|
||||||
name: gitea-conf-smtp
|
|
||||||
spec:
|
|
||||||
refreshInterval: 1h
|
|
||||||
secretStoreRef:
|
|
||||||
name: platform
|
|
||||||
kind: ClusterSecretStore
|
|
||||||
target:
|
|
||||||
name: gitea-conf-smtp
|
|
||||||
template:
|
|
||||||
stringData:
|
|
||||||
mailer: |
|
|
||||||
ENABLED: <%= JSON.parse(data.jsonConfig).ENABLED %>
|
|
||||||
FROM: <%= JSON.parse(data.jsonConfig).FROM %>
|
|
||||||
PASSWD: <%= JSON.parse(data.jsonConfig).PASSWD %>
|
|
||||||
PROTOCOL: <%= JSON.parse(data.jsonConfig).PROTOCOL %>
|
|
||||||
SMTP_ADDR: <%= JSON.parse(data.jsonConfig).SMTP_ADDR %>
|
|
||||||
SMTP_PORT: <%= JSON.parse(data.jsonConfig).SMTP_PORT %>
|
|
||||||
USER: <%= JSON.parse(data.jsonConfig).USER %>
|
|
||||||
data:
|
|
||||||
- key: /gitea/jsonConfig
|
|
||||||
name: jsonConfig
|
|
||||||
Reference in New Issue
Block a user