# Example configuration of `connection` secret for Rails # Example for Minio storage # See https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/charts/globals.md#connection # See https://gitlab.com/gitlab-org/charts/gitlab/blob/master/doc/advanced/external-object-storage provider:AWS # Specify the region region:us-east-1 # Specify access/secret keys aws_access_key_id:BOGUS_ACCESS_KEY aws_secret_access_key:BOGUS_SECRET_KEY # The below settings are for S3 compatible endpoints # See https://docs.gitlab.com/ee/administration/job_artifacts.html#s3-compatible-connection-settings aws_signature_version:4 host:storage.example.com endpoint:"https://storage.example.com:9000" path_style:true
关闭依赖的安装
关闭证书管理
因为已经配置过证书管理工具, 此处不需要安装证书管理工具.
1 2 3 4 5 6 7 8 9 10
certmanager: installCRDs:false nameOverride:certmanager # Install cert-manager chart. Set to false if you already have cert-manager # installed or if you are not using cert-manager. install:false # Other cert-manager configurations from upstream # See https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/README#configuration rbac: create:false