sourcegraph/sourcegraph-public-snapshot
Add kustomization example for changing to a private registry
Aperta
#36.117 aperta il 26 mag 2022
good first issueteam/delivery
Metriche repository
- Star
- (10.290 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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