module
0.0.0-20241223030817-81d66a23e2d3
Repository: https://github.com/dosquad/database-operator.git
Documentation: pkg.go.dev
# README
database-operator
Database account configuration operator
Usage
Install
make install
make deploy
Then modify and apply the following configmap.
---
apiVersion: v1
data:
controller_manager_config.yaml: |
apiVersion: dbo.dosquad.github.io/v1
kind: DatabaseAccountControllerConfig
dsn: "postgres://databaseuser:[email protected]:5432/postgres"
kind: ConfigMap
metadata:
name: database-operator-manager-config
namespace: database-operator-system
Database accounts
Modify and apply the following database account resource.
---
apiVersion: dbo.dosquad.github.io/v1
kind: DatabaseAccount
metadata:
labels:
app: testapp
name: testaccount
# Packages
No description provided by the author
No description provided by the author
No description provided by the author