Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Aug 28, 2024
1 parent 2cb29cb commit d1acaf0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/aserto-lib/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: v2
name: aserto-lib
description: Common helpers for aserto charts

maintainers:
- name: Aserto
url: https://github.com/aserto-dev

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand Down
4 changes: 4 additions & 0 deletions charts/aserto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: v2
name: aserto
description: A Helm chart for Kubernetes

maintainers:
- name: Aserto
url: https://github.com/aserto-dev

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand Down
2 changes: 0 additions & 2 deletions charts/authorizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ grpc:
# of type kubernetes.io/tls
# certSecret: directory-rest-cert



# Disable authorization
# noAuthorization: false

Expand Down
2 changes: 1 addition & 1 deletion charts/discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bundleDefaults:
cacheSettings:
type: "bigcache"
cacheConfig:
ttl: 900000000000 # 15 minutes
ttl: 900000000000 # 15 minutes


# Set the service log level (trace/debug/info/warn/error)
Expand Down
3 changes: 3 additions & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ target-branch: main
chart-repos:
- aserto-helm=oci://ghcr.io/aserto-dev/helm
helm-lint-extra-args: >
--set global.aserto.rootDirectory.tenantID=root-tenant-id
--set rootDirectory.database.host=root.db.hostname
--set tenantDirectory.database.host=tenant.db.hostname
--set oidc.domain=oidc_domain
--set oidc.audience=oidc_audience
--set registries.ghcr.scheme=bearer
--set registries.ghcr.tokenSecretName=ghcr-token-secret

0 comments on commit d1acaf0

Please sign in to comment.