mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: remove patchesStrategicMerge
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user