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

allow dashes in label keys #295

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

Conversation

networkandcode
Copy link

sls deploy was throwing a configuration error when dashes are used in keys.

$ serverless deploy
Running "serverless" from node_modules

Warning: Invalid configuration encountered
  at 'provider.labels': unrecognized property 'created-by'

Learn more about configuration validation here: http://slss.io/configuration-validation

I think dashes can be included according to the google documentation.
https://cloud.google.com/deployment-manager/docs/creating-managing-labels

sls deploy was throwing a configuration error when dashes are used in keys.

```
$ serverless deploy
Running "serverless" from node_modules

Warning: Invalid configuration encountered
  at 'provider.labels': unrecognized property 'created-by'

Learn more about configuration validation here: http://slss.io/configuration-validation
```

I think dashes can be included according to the google documentation.
https://cloud.google.com/deployment-manager/docs/creating-managing-labels
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.

None yet

1 participant