diff --git a/chart/README.md b/chart/README.md index ce77ac14..9b1077d7 100644 --- a/chart/README.md +++ b/chart/README.md @@ -23,7 +23,7 @@ extraObjects: stringData: postgres_user: kyoo_all postgres_password: watchSomething4me - scanner_apikey: triquarter4u + scanner_apikey: scanner-triquarter4u - kind: PersistentVolumeClaim apiVersion: v1 metadata: @@ -86,7 +86,7 @@ stringData: tvdb_pin: "" postgres_user: kyoo_all postgres_password: watchSomething4me - scanner_apikey: triquarter4u + scanner_apikey: scanner-triquarter4u ``` # Additional Notes diff --git a/chart/values.yaml b/chart/values.yaml index 222b9f5b..8e93e9bc 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -93,12 +93,14 @@ kyoo: apikeys: scanner: existingSecret: bigsecret + # value of the apikey should be scanner-$apikey apikeyKey: scanner_apikey claims: '{"permissions": ["core.write"]}' # create additional apikeys extra: [] # - name: example # existingSecret: bigsecret + ## value of the apieky should be $name-$apikey # apikeyKey: example_apikey # claims: '{"permissions": ["core.read"]}'