diff --git a/charts/cf-runtime/README.md.gotmpl b/charts/cf-runtime/README.md.gotmpl index 2238e5e0..bd56baa8 100644 --- a/charts/cf-runtime/README.md.gotmpl +++ b/charts/cf-runtime/README.md.gotmpl @@ -62,7 +62,7 @@ See [Use OCI-based registries](https://helm.sh/docs/topics/registries/) global: # -- User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) # Ref: https://g.codefresh.io/user/settings (see API Keys) - # Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write) + # Minimal API key scopes: General, Runner-Installation(read+write), Agent(read+write), Agents(read+write) codefreshToken: "" # -- User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!) codefreshTokenSecretKeyRef: {} diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 9df48d71..b2ccfc29 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -13,7 +13,7 @@ global: codefreshHost: "https://g.codefresh.io" # -- User token in plain text (required if `global.codefreshTokenSecretKeyRef` is omitted!) # Ref: https://g.codefresh.io/user/settings (see API Keys) - # Minimal API key scopes: Runner-Installation(read+write), Agent(read+write), Agents(read+write) + # Minimal API key scopes: General, Runner-Installation(read+write), Agent(read+write), Agents(read+write) codefreshToken: "" # -- User token that references an existing secret containing API key (required if `global.codefreshToken` is omitted!) codefreshTokenSecretKeyRef: {}