Skip to content
Snippets Groups Projects
Verified Commit 2d79e292 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Revert "fix(longhorn): Fix post-render kustomization"

This reverts commit ca87376a.
parent ca87376a
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,28 @@ spec:
persistence:
defaultClassReplicaCount: 2
postRenderers:
# Instruct helm-controller to use built-in "kustomize" post renderer.
- kustomize:
# Array of inline strategic merge patch definitions as YAML object.
# Note, this is a YAML object and not a string, to avoid syntax
# indention errors.
patchesStrategicMerge:
- kind: Deployment
apiVersion: apps/v1
metadata:
name: longhorn-driver-deployer
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: plan.upgrade.cattle.io/longhorn-setup
operator: Exists
- key: plan.upgrade.cattle.io/longhorn-lvm
operator: Exists
- kind: DaemonSet
apiVersion: apps/v1
metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment