Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/openvpn]: Adds Release.Namespace #13068

Closed
wants to merge 3 commits into from

Conversation

jasongwartz
Copy link
Collaborator

What this PR does / why we need it:

Adds namespace configuration to the openvpn chart

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md

@helm-bot helm-bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 15, 2019
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 15, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @jasongwartz. Thanks for your PR.

I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

Jason Gwartz added 2 commits April 15, 2019 19:36
Signed-off-by: Jason Gwartz <jason.gwartz@ecosia.org>
Signed-off-by: Jason Gwartz <jason.gwartz@ecosia.org>
@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Apr 15, 2019
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 2, 2019
@jasongwartz
Copy link
Collaborator Author

jasongwartz commented May 2, 2019

/lgtm

edit: oops, can't do that on my own pr

@k8s-ci-robot
Copy link
Contributor

@jasongwartz: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jasongwartz

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

The pull request process is described 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

@davidkarlsen
Copy link
Member

Why is this needed? Helm handles this automagically when you deploy into a --namespace <some namespace>

@davidkarlsen
Copy link
Member

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 8, 2019
@jasongwartz
Copy link
Collaborator Author

jasongwartz commented May 9, 2019

I thought that was the case, and I found it to be true in my testing as well - but I noticed many other charts have this, so I was wondering if there was an edge case where this is useful that I wasn’t considering.

Eg:

namespace: {{ .Release.Namespace | quote }}

namespace: {{ .Release.Namespace }}

namespace: {{ .Release.Namespace }}

namespace: {{ .Release.Namespace | quote }}

Are these examples redundant, or does the helm magic apply differently to different object types (eg. deployment vs rolebinding vs CRD)?

@eh-am
Copy link
Contributor

eh-am commented May 16, 2019

this is useful when deploying using Spinnaker

spinnaker/spinnaker#2909 (comment)

also related:
helm/helm#3553

@stale
Copy link

stale bot commented Jun 15, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants