feat: renovatebot #2

Merged
ange merged 24 commits from staging into prod 2024-12-23 02:44:15 +00:00
3 changed files with 3 additions and 7 deletions
Showing only changes of commit 65e575b983 - Show all commits

View File

@ -54,7 +54,7 @@ kcreatesec gitea-secrets \
--from-literal=secret_key="$(kgseckey gitea-secrets secret_key || openssl rand -hex 32)" \
--from-literal=internal_token="$(kgseckey gitea-secrets internal_token || openssl rand -hex 32)"
kcreatecm gitea-config \
kcreatecm gitea \
--from-file=app.ini=<(envsubst "$(env | xargs printf '$%s ')" < app.ini)
kapply common/job.yaml \

View File

@ -68,16 +68,14 @@ spec:
- name: config
mountPath: /etc/gitea/app.ini
subPath: app.ini
readOnly: true
- name: secrets
mountPath: /etc/gitea/secrets/
readOnly: true
securityContext:
fsGroup: 1000
volumes:
- name: config
configMap:
name: gitea-config
name: gitea
- name: secrets
secret:
secretName: gitea-secrets

View File

@ -21,14 +21,12 @@ spec:
- name: config
mountPath: /etc/gitea/app.ini
subPath: app.ini
readOnly: true
- name: secrets
mountPath: /etc/gitea/secrets/
readOnly: true
volumes:
- name: config
configMap:
name: gitea-config
name: gitea
- name: secrets
secret:
secretName: gitea-secrets