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

fix yaml syntax error in mariadb-services-tcp #10

Closed
wants to merge 2 commits into from

Conversation

Links2004
Copy link

fix yaml syntax error that prevents the usage of kustomize

Error: map[string]interface {}{"apiVersion":"v1", "data":map[interface {}]interface {}{3306:"openstack/mariadb-server:3306"}, "kind":"ConfigMap", "metadata":map[string]interface {}{"name":"mariadb-services-tcp", "namespace":"openstack"}}: json: unsupported type: map[interface {}]interface {}

fix yaml syntax error that prevents the usage of  kustomize

```
Error: map[string]interface {}{"apiVersion":"v1", "data":map[interface {}]interface {}{3306:"openstack/mariadb-server:3306"}, "kind":"ConfigMap", "metadata":map[string]interface {}{"name":"mariadb-services-tcp", "namespace":"openstack"}}: json: unsupported type: map[interface {}]interface {}
```
securityContext duplicated for prometheus-mysql-exporter

```
Error: map[string]interface {}(nil): yaml: unmarshal errors:
  line 37: mapping key "securityContext" already defined at line 34
```
@openstack-mirroring
Copy link

Thank you for your contribution!

This GitHub repository is just a mirror of https://opendev.org/openstack/openstack-helm-infra, where development really happens. Pull requests proposed on GitHub are automatically closed.

If you are interested in pushing this code upstream, please note that OpenStack development uses Gerrit for change proposal and code review.

If you have never contributed to OpenStack before, please see:
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html

Feel free to reach out to the First Contact SIG by sending an email to the openstack-discuss list with the tag '[First Contact]' in the subject line. To email the mailing list, you must first subscribe which can be done here:
http:https://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss

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