Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default kustomization.yaml not correct #48

Open
kevintijssen opened this issue Nov 20, 2024 · 0 comments
Open

default kustomization.yaml not correct #48

kevintijssen opened this issue Nov 20, 2024 · 0 comments

Comments

@kevintijssen
Copy link

You're default kustomization is not correct.

in your image section there is no image called
ghcr.io/alexellis/registry-creds-controller
Also there is a double entry ghcr.io in your registry-creds image.

Why did you add a namePrefix?
Think this is a better option

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: registry-creds-system

resources:
- ../crd
- ../rbac
- ../controller
images:
- name: ghcr.io/alexellis/registry-creds
  newTag: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant