Created
December 2, 2021 15:04
-
-
Save miluna/2181cfe11fffb5a727c2facbeb32970e to your computer and use it in GitHub Desktop.
Sample Kubernetes ConfigMap yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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