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

貢獻者指南