This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (import "ksonnet-util/kausal.libsonnet") + { | |
| local configMap = $.core.v1.configMap, | |
| local deploy = $.apps.v1.deployment, | |
| local container = $.core.v1.container, | |
| // the data for the configMap | |
| myConfigData:: { | |
| "foo.yml": std.manifestYamlDoc({ | |
| foo: "bar", | |
| list: [1,2,3], |