Skip to content

Commit

Permalink
Merge pull request #8 from OKDP/helm-lint
Browse files Browse the repository at this point in the history
ci: Fix helm lint
  • Loading branch information
idirze authored Jul 16, 2024
2 parents e46533e + 1c027ff commit e9f6ec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions helm/hive-metastore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ version: 3.1.3-1.0.0
sources:
- https://github.com/okdp/hive-metastore
appVersion: 3.1.3
maintainers:
- email: serge.alexandre@kubotal.io
name: SergeAlexandre
url: https://github.com/SergeAlexandre
4 changes: 2 additions & 2 deletions helm/hive-metastore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ aws:
# So, we need to restrict access only from allowed namespace
networkPolicies:
enabled: true
allowedNamespaceLabels: {} # TBD
allowedNamespace: [] # TBD
allowedNamespaceLabels: {}
allowedNamespace: []

# -- Desired number of hive-metastore pods to run.
replicaCount: 2
Expand Down

0 comments on commit e9f6ec6

Please sign in to comment.