Skip to content

Commit

Permalink
fix(sample) Specify sample secret type
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
  • Loading branch information
holyhope authored and bitsf committed Dec 8, 2020
1 parent ada726b commit 7c3a395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/samples/database/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ secretGenerator:
- name: harbor-database-password
literals:
- postgresql-password=the-database-password
type: "goharbor.io/postgresql"
1 change: 1 addition & 0 deletions config/samples/redis/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ secretGenerator:
- name: harbor-redis
literals:
- redis-password=the-redis-password
type: "goharbor.io/redis"

0 comments on commit 7c3a395

Please sign in to comment.