diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml index ec995b2..4adcf65 100644 --- a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml +++ b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml @@ -14,16 +14,16 @@ test: gitea: additionalConfigFromEnvs: - #- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID - # valueFrom: - # secretKeyRef: - # name: forgejo-cloud-credentials - # key: access-key - #- name: FORGEJO__storage__MINIO_SECRET_ACCESS_KEY - # valueFrom: - # secretKeyRef: - # name: forgejo-cloud-credentials - # key: secret-key + - name: FORGEJO__storage__MINIO_ACCESS_KEY_ID + valueFrom: + secretKeyRef: + name: forgejo-cloud-credentials + key: access-key + - name: FORGEJO__storage__MINIO_SECRET_ACCESS_KEY + valueFrom: + secretKeyRef: + name: forgejo-cloud-credentials + key: secret-key admin: existingSecret: gitea-credential