Kubernetes - ConfigMaps
Which of the following is the correct syntax to create an immutable ConfigMap in Kubernetes YAML?
immutable: trueimmutable is a top-level field for ConfigMaps, at the same level as metadata and data.immutable: true at top-level with proper indentation and includes required fields like apiVersion, kind, and metadata.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions