Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kiranmudemela/postgres-init-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Create postgres database with startup script

apiVersion: kubedb.com/v1alpha1
kind: Postgres
metadata:
  name: pg
spec:
  replicas: 1
  version: 9.6.5
  init:
    scriptSource:
      gitRepo:
        repository: "https://github.com/k8sdb/postgres-init-scripts.git"
        directory: "."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors