Skip to content

Commit

Permalink
Add workaround for default null values to remove them from the subschart
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed Nov 10, 2023
1 parent acf41b8 commit 2f47fb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dp-terraform/helm/watches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
version: v1alpha1
kind: Fleetshard
chart: rhacs-terraform
overrideValues:
# Workaround for bug that doesn't allow to delete default keys from subcharts
# https://github.com/helm/helm/issues/9027
external-secrets.securityContext.runAsUser: null
external-secrets.webhook.securityContext.runAsUser: null
external-secrets.certController.securityContext.runAsUser: null

0 comments on commit 2f47fb6

Please sign in to comment.