fix: remove patchesStrategicMerge

This commit is contained in:
auricom
2024-05-21 21:01:39 +02:00
parent b662432fa5
commit 2922b078fe
2 changed files with 5 additions and 29 deletions

View File

@@ -150,6 +150,8 @@ spec:
tandoor:
app:
- path: /opt/recipes/cookbook/static/django_js_reverse
migrations:
- path: /opt/recipes/cookbook/static/django_js_reverse
static:
type: emptyDir
advancedMounts:
@@ -158,27 +160,11 @@ spec:
- path: /opt/recipes/staticfiles
nginx:
- path: /static
migrations:
- path: /opt/recipes/staticfiles
cache:
type: emptyDir
advancedMounts:
tandoor:
nginx:
- path: /var/cache/nginx
postRenderers:
- kustomize:
patchesStrategicMerge:
- kind: Deployment
apiVersion: apps/v1
metadata:
name: tandoor
namespace: *ns
spec:
template:
spec:
initContainers:
- name: migrations
volumeMounts:
- name: django-js-reverse
mountPath: /opt/recipes/cookbook/static/django_js_reverse
- name: static
mountPath: /opt/recipes/staticfiles