Skip to content

Commit

Permalink
fix: remove unneeded values
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Jan 10, 2023
1 parent 4bd8f0d commit dd242ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion charts/hubone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.1
version: 4.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
20 changes: 1 addition & 19 deletions charts/hubone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,5 @@ postgresql:
username: postgres
password: postgres
database: hubone
primary:
podSecurityContext:
enabled: false
fsGroup: ""
containerSecurityContext:
enabled: false
runAsUser: "auto"

readReplicas:
podSecurityContext:
enabled: false
fsGroup: ""
containerSecurityContext:
enabled: false
runAsUser: "auto"

volumePermissions:
enabled: true
securityContext:
runAsUser: "auto"
enabled: true

0 comments on commit dd242ec

Please sign in to comment.