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

Ensures that namespace is hardcoded to jetstack-secure #104

Merged
merged 1 commit into from
May 9, 2023

Conversation

irbekrm
Copy link
Contributor

@irbekrm irbekrm commented May 9, 2023

See helm/helm#3553 - helm template command does not properly interpolate namespace for namespaced resources

In general, I think we already had a discussion that we want to remove the install commands from this tool and keep it just for helper commands like retrieving creds, verifying cluster status etc

To verify that this works:

  • kind create cluster
  • kubectl create namespace jetstack-secure
  • Run go run main.go operator deploy --auto-registry-credentials from this branch
  • Verify that v0.0.1-alpha.24 of the operator got installed in jetstack-secure
  • Apply an example Installation manifest like https://github.com/jetstack/js-operator/blob/main/examples/installation.yaml with lines 18, 19 uncommented, verify that operator installed cert-manager as expected

Signed-off-by: irbekrm <irbekrm@gmail.com>
@j-fuentes j-fuentes merged commit 1588e9c into main May 9, 2023
2 checks passed
@j-fuentes j-fuentes deleted the fix_operator_manifests branch May 9, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants