Skip to content

Commit

Permalink
Support templated secrets (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger authored Nov 16, 2022
1 parent 5da215a commit ead4e73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/db-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
## All supported k8s versions are in the test: https://github.com/kloeckner-i/db-operator/blob/master/.github/workflows/build-and-test.yaml
kubeVersion: ">= 1.21-prerelease"
appVersion: "1.7.0"
appVersion: "1.8.0"
description: A Database Operator
name: db-operator
version: 1.3.0
version: 1.4.0
4 changes: 4 additions & 0 deletions charts/db-operator/crds/kci.rocks_databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ spec:
type: object
secretName:
type: string
secretsTemplates:
additionalProperties:
type: string
type: object
required:
- backup
- deletionProtected
Expand Down
4 changes: 2 additions & 2 deletions charts/db-operator/crds/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Files in this folder should get generated and not manual edited.
# Files in this folder should be generated and not manually edited.

First, go to [db-operator repo](https://github.com/kloeckner-i/db-operator) and select relevant version tag.
Run `make manifests` if crd needs to be updated.
Copy files from folder `config/crd/bases/`.
Copy files from folder `config/crd/bases/`.

0 comments on commit ead4e73

Please sign in to comment.