diff --git a/helm/render-all.sh b/helm/render-all.sh index 84ac17e..2457d42 100755 --- a/helm/render-all.sh +++ b/helm/render-all.sh @@ -5,7 +5,7 @@ header="# DO NOT EDIT: This file has been automatically generated by the script # operators for component in openbao external-secrets; do + mkdir -p ../k8s/operators/${component} echo "${header}" > ../k8s/operators/${component}/bundle.yaml kubectl kustomize --enable-helm ${component}/ >> ../k8s/operators/${component}/bundle.yaml done - diff --git a/k8s/monitoring/thanos.yaml b/k8s/monitoring/thanos.yaml index 0ab4e2f..3aa045a 100644 --- a/k8s/monitoring/thanos.yaml +++ b/k8s/monitoring/thanos.yaml @@ -305,4 +305,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 30Gi + storage: 50Gi