fix helm chart bug
This commit is contained in:
parent
b4ac6e051e
commit
b991899747
2 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
- op: add
|
||||||
|
path: /data/S3_PERMISSION
|
||||||
|
value: private
|
||||||
|
|
@ -13,6 +13,10 @@ helmChartInflationGenerator:
|
||||||
values: values.yaml
|
values: values.yaml
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
|
- path: configmap-fix-helm-chart-bug.yaml
|
||||||
|
target:
|
||||||
|
kind: ConfigMap
|
||||||
|
name: masto-mastodon-env
|
||||||
- path: secret-remove-helm-ones.yaml
|
- path: secret-remove-helm-ones.yaml
|
||||||
target:
|
target:
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue