Skip to content

Instantly share code, notes, and snippets.

@miluna
Created December 2, 2021 15:04
Show Gist options
  • Save miluna/2181cfe11fffb5a727c2facbeb32970e to your computer and use it in GitHub Desktop.
Save miluna/2181cfe11fffb5a727c2facbeb32970e to your computer and use it in GitHub Desktop.
Sample Kubernetes ConfigMap yml
apiVersion: v1
kind: ConfigMap
metadata:
name: <cm-name>
data:
spring_datasource_url: "jdbc:postgresql://<database-url>/<database>?currentSchema=<schema>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment