digitalocean / digitalocean/do-operator

Can't create user

Open
#130 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
95
Forks
10
Avg merge
9h 30m
Merged PRs (30d)
1

Description

I'm getting this error

> Error from server (Forbidden): error when creating "monica-database-user.yaml": admission webhook "vdatabaseuser.kb.io" denied the request: spec.username: Duplicate value: "monica"

With this yaml file:
```
apiVersion: databases.digitalocean.com/v1alpha1
kind: DatabaseUser
metadata:
name: monica-db-user
spec:
databaseCluster:
apiGroup: databases.digitalocean.com
kind: DatabaseClusterReference
name: my-db
username: monica
```
Using version: 0.1.13

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.