This commit is contained in:
8
testdata/manifests/kube-stack/10-configmap.yaml
vendored
Normal file
8
testdata/manifests/kube-stack/10-configmap.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: web-config
|
||||
namespace: demo
|
||||
data:
|
||||
APP_MODE: production
|
||||
FEATURE_FLAG_X: "true"
|
||||
Reference in New Issue
Block a user