sourcegraph/sourcegraph-public-snapshot

Add kustomization example for changing to a private registry

开放

#36,117 创建于 2022年5月26日

 (1 条评论) (0 个反应) (0 位负责人)Go (1,374 个派生)auto 404
good first issueteam/delivery

仓库指标

星标
 (10,290 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

A common use case for kustomize is to change image references to a private registry. We could provide an example, or perhaps an overlay, that demonstrates a maintainable way to run this operation.

For example:

images:
  - name: index.docker.io/sourcegraph/alpine-3.14
    newName: custom-registry-url/sourcegraph/alpine-3.14
    newTag: release-3.40.0

贡献者指南