chore(osx): Added OSX container
This commit is contained in:
11
manifests/artemis/kaneo/configMap.yaml
Normal file
11
manifests/artemis/kaneo/configMap.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# postgres-configmap.yaml
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: kaneo-env
|
||||
data:
|
||||
# Copy the contents of your .env file here as key: value pairs
|
||||
# Example:
|
||||
POSTGRES_USER: "kaneo"
|
||||
POSTGRES_PASSWORD: "appelsap"
|
||||
POSTGRES_DB: "kaneo"
|
||||
Reference in New Issue
Block a user