Skip to content

Instantly share code, notes, and snippets.

@jwmatthews
Created September 21, 2016 15:18
Show Gist options
  • Save jwmatthews/f53b746881d7e1d03e029bac56637cd7 to your computer and use it in GitHub Desktop.
Save jwmatthews/f53b746881d7e1d03e029bac56637cd7 to your computer and use it in GitHub Desktop.
$ cat answers.conf.sample
[mariadb-centos7-atomicapp]
provider = kubernetes
[etherpad-app]
image = centos/etherpad
db_port = 3306
db_pass = None
db_name = None
db_user = None
db_host = mariadb
hostport = 9001
[mariadb-atomicapp]
db_pass = None
image = centos/mariadb
db_user = None
root_pass = MySQLPass
db_name = None
[general]
namespace = default
provider = kubernetes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment