Update otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml
This commit is contained in:
parent
46e49b6c0f
commit
d0817c8027
1 changed files with 10 additions and 10 deletions
|
@ -14,16 +14,16 @@ test:
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
additionalConfigFromEnvs:
|
additionalConfigFromEnvs:
|
||||||
- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID
|
#- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: forgejo-cloud-credentials
|
# name: forgejo-cloud-credentials
|
||||||
key: access-key
|
# key: access-key
|
||||||
- name: FORGEJO__storage__MINIO_SECRET_ACCESS_KEY
|
#- name: FORGEJO__storage__MINIO_SECRET_ACCESS_KEY
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: forgejo-cloud-credentials
|
# name: forgejo-cloud-credentials
|
||||||
key: secret-key
|
# key: secret-key
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-credential
|
existingSecret: gitea-credential
|
||||||
|
|
Loading…
Reference in a new issue