14 lines
371 B
YAML
14 lines
371 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- certs.yaml
|
|
- rbac.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- mutatingwebhook.yaml
|
|
images:
|
|
- name: imagepullsecrets-webhook
|
|
newName: "harbor.cl1.parano.ch/library/imagepullsecrets-webhook@sha256"
|
|
newTag: "f3c2a78782ebc195305f4766376985d7563a6a107c57b6c62dbf80a7e10c39b7"
|