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

set namespace from values.yaml #287

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

andres-vara
Copy link

Currently, there is no option to define a namespace to deploy, the ".Release.Namespace" is used as the hardcoded value.
This pull request enables users to specify a namespace. If not specified, the default namespace ".Release.Namespace" is used.

Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
@andres-vara andres-vara changed the title namespace as a variable set namespace from values.yaml Sep 23, 2023
@andres-vara
Copy link
Author

/assign @jakexks

Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from jakexks. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
@@ -2,5 +2,5 @@ apiVersion: v2
name: aws-privateca-issuer
description: An addon for cert-manager to sign certificates using AWS PCA
type: application
version: v1.2.5
Copy link
Contributor

Choose a reason for hiding this comment

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

This version bump is for when we want to cut a new release. Let's keep this at 1.2.5 for now

Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
Signed-off-by: Andres Vara <46708607+andres-vara@users.noreply.github.com>
@jetstack-bot
Copy link
Contributor

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants