Skip to content

Dockerized version of the cli tool for postgres

License

Notifications You must be signed in to change notification settings

morzzz007/pgcli-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Usage

kubectl run --image morzzz007/pgcli \
--overrides='{
  "spec": {
    "containers": [
      {
        "name": "oneoff",
        "image": "morzzz007/pgcli",
        "command": [ "/bin/bash", "-c", "--" ],
        "args": [ "while true; do sleep 30; done;" ],
        "envFrom": [{
          "secretRef": { "name": "[APP_NAME]" }
        }]
      }
    ]
  }
}' \
-n [NAMESPACE] [NAME]

About

Dockerized version of the cli tool for postgres

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 60.6%
  • Dockerfile 39.4%