File: configMap.yaml

package info (click to toggle)
golang-k8s-cli-runtime 0.33.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,784 kB
  • sloc: makefile: 5
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
apiVersion: v1
kind: ConfigMap
metadata:
  name: the-map
data:
  altGreeting: "Good Morning!"
  enableRisky: "false"