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

replace - with _ in envvar #76

Conversation

fkautz
Copy link
Member

@fkautz fkautz commented Sep 6, 2020

valid envvars are A-Z, 0-9 and _

Replacing - with _.

Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
@@ -76,10 +76,10 @@ func main() {

// Get config from environment
config := &Config{}
if err := envconfig.Usage("registry-memory", config); err != nil {
Copy link
Member

@denis-tingaikin denis-tingaikin Sep 6, 2020

Choose a reason for hiding this comment

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

Interesting.. it is working with k8s https://github.com/networkservicemesh/integration-k8s-kind/blob/master/deployments/registry-memory.yaml#L22, but looks like it is not working in external cases :)

@denis-tingaikin denis-tingaikin merged commit 0a203f2 into networkservicemesh:master Sep 6, 2020
nsmbot pushed a commit that referenced this pull request Jun 2, 2021
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/2888f9b1a2e11107cf150ba022d56b8741c06436

commit 2888f9b1a2e11107cf150ba022d56b8741c06436
Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Date:   Thu Jun 3 01:19:57 2021 +0700

    update docker-push-ghcr pattern (#76)

    Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
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