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

skip generating unused resources if issuerRef is set #1022

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reytech-dev
Copy link
Contributor

@reytech-dev reytech-dev commented Feb 11, 2024

Hi,
I added one change avoiding the generation of not used/usable issuers (#1011) and certificates if a custom issuer is provided.
I added a dedicated values.yaml with a working test configuration.
But I'm missing the required custom cluster issuer: "custom-internal-issuer-ref"
Where can I add this cluster issuer to be available during the test run?
Regards

@@ -79,4 +79,5 @@ spec:
group: cert-manager.io
{{- end }}
{{- end }}
{{- end }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that will not work as {{- end }} is already present at 42 line

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

Successfully merging this pull request may close these issues.

2 participants