fix(portfolio): add image pull secrets
This commit is contained in:
parent
13ea8de355
commit
756d44b21e
5 changed files with 59 additions and 8 deletions
|
|
@ -2,8 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- ./ingress.yaml
|
||||
- ../../base
|
||||
- ./ingress.yaml
|
||||
|
||||
generators:
|
||||
- ./secret-generator.yaml
|
||||
|
||||
images:
|
||||
- name: registry.int.nc.landry.land/portfolio-site
|
||||
newTag: latest
|
||||
- name: registry.int.nc.landry.land/portfolio-site
|
||||
newTag: latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue