Do we need to list the files?
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
ddec573f82
commit
3109a48e1f
|
@ -0,0 +1,12 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: node-feature-discovery
|
||||||
|
|
||||||
|
patches:
|
||||||
|
- target:
|
||||||
|
kind: Service
|
||||||
|
name:
|
||||||
|
patch: |-
|
||||||
|
op: add
|
||||||
|
path: /spec/type
|
||||||
|
value: LoadBalancer
|
Loading…
Reference in New Issue