Skip to content

Instantly share code, notes, and snippets.

@coulof
Created April 15, 2024 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coulof/aacc92e4a95cff85d5c5693aedb7c980 to your computer and use it in GitHub Desktop.
Save coulof/aacc92e4a95cff85d5c5693aedb7c980 to your computer and use it in GitHub Desktop.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: csi-isilon
repo: https://dell.github.io/helm-charts
releaseName: csi-isilon
namespace: powerscale
version: 2.10.0
valuesFile: values.yaml
patches:
- path: patch_controller_deployment.yaml
target:
kind: Deployment
- path: patch_node_daemonset.yaml
target:
kind: DaemonSet
apiVersion: apps/v1
kind: Deployment
metadata:
name: csi-isilon-name-controller
spec:
template:
spec:
priorityClassName: system-node-critical
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: csi-isilon-node
spec:
template:
spec:
priorityClassName: system-node-critical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment