You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
error: error validating "test.yaml": error validating data: ValidationError(ConfigMap.data.configurationFiles): invalid type for io.k8s.api.core.v1.ConfigMap.data: got "map", expected "string"; if you choose to ignore these errors, turn validation off with --validate=false
But when you remove the line containing configurationFiles: it applies sucessfully
The text was updated successfully, but these errors were encountered:
I ran into a problem when trying to sue the MySql template
When it generates the
ConfigMap
it seems to add in a key under the data property calledconfigurationFiles:
You can see the line here int he generated example
https://github.com/ksonnet/parts/blob/master/incubator/mysql/examples/generated.yaml#L4
When you try to apply this example to a cluster
you get the following response
But when you remove the line containing
configurationFiles:
it applies sucessfullyThe text was updated successfully, but these errors were encountered: