# here a file is created which can importet in the deployment
 
apiVersion: v1
Kind: ConfigMap
metadata:
  name: test-api-file
  namespace: test-api
data:
  file.txt: |-
    This is the file value.