Skip to content

Commit

Permalink
Config-map.yaml was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunagatov committed Feb 14, 2023
1 parent 4e86251 commit 910c2f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kube/config-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: online-store-configmap
data:
# Configuration values can be set as key-value properties
database: mongodb
database_uri: mongodb://localhost:27017
# Or set as complete file contents (even JSON!)
keys: |
image.public.key=771
rsa.public.key=42

0 comments on commit 910c2f5

Please sign in to comment.