ConfigMap v1alpha1
apiVersion: tilt.dev/v1alpha1
import "github.com/tilt-dev/tilt/pkg/apis/core/v1alpha1"
ConfigMap
ConfigMap stores unstructured data that other controllers can read and write.
Useful for sharing data from one system and subscribing to it from another.
-
apiVersion: tilt.dev/v1alpha1
-
kind: ConfigMap
-
metadata (ObjectMeta)
-
data (map[string]string)
Data contains the configuration data. Each key must consist of alphanumeric characters, ‘-‘, ‘_’ or ‘.’.
ConfigMapList
ConfigMapList