sourcegraph/sourcegraph-public-snapshot

Add kustomization example for changing to a private registry

Aberta

#36.117 aberto em 26 de mai. de 2022

 (1 comentário) (0 reação) (0 responsável)Go (1.374 forks)auto 404
good first issueteam/delivery

Métricas do repositório

Stars
 (10.290 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador