1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/test/ConfigMap/CM.yaml
Anton Kostenko 2997a5139b updated policies
updated policies according to new policy structure for testing
2019-05-21 17:56:59 +03:00

14 lines
283 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: game-config
namespace: default
data:
secretData: "very sensitive data"
secretDatatoreplace: "data is not changed"
game.properties: |
enemies=aliens
lives=3
ui.properties: |
color.good=purple
color.bad=yellow