sourcegraph/sourcegraph-public-snapshot

Add kustomization example for changing to a private registry

オープン

#36,117 opened on 2022/05/26

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,374 件のフォーク)auto 404
good first issueteam/delivery

Repository metrics

Stars
 (10,290 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド