Setup linting
This commit is contained in:
17
kubernetes/base/longhorn-system/kustomization.yaml
Normal file
17
kubernetes/base/longhorn-system/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: longhorn-system
|
||||
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/longhorn/longhorn/v1.10.1/deploy/longhorn.yaml
|
||||
- ingress.yaml
|
||||
|
||||
patches:
|
||||
- path: namespace.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: longhorn-storageclass
|
||||
behavior: merge
|
||||
namespace: longhorn-system
|
||||
files:
|
||||
- storageclass.yaml
|
||||
Reference in New Issue
Block a user