From d164d841b0dccbf8ce64157db21fef672ac1b514 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Tue, 7 Jun 2022 17:06:26 +0530 Subject: [PATCH] Create cm.yml --- health-check/cm.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 health-check/cm.yml diff --git a/health-check/cm.yml b/health-check/cm.yml new file mode 100644 index 0000000..5ec8da7 --- /dev/null +++ b/health-check/cm.yml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: game-demo + annotaions: + a: b +data: + # property-like keys; each key maps to a simple value + player_initial_lives: "3"