Skip to content
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages