feat(docker-registry): add registry
This commit is contained in:
parent
5832b208f3
commit
8d9cfb8292
14 changed files with 406 additions and 0 deletions
10
apps/docker-registry/overlays/system/kustomization.yaml
Normal file
10
apps/docker-registry/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
generators:
|
||||
- ./secret-generator.yaml
|
||||
|
||||
patches:
|
||||
- path: ./deployment.patch.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue