@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
helmCharts:
|
||||
- name: metallb
|
||||
repo: https://metallb.github.io/metallb
|
||||
version: 0.14.8
|
||||
releaseName: metallb
|
||||
repo: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 6.3.10
|
||||
releaseName: metallb
|
||||
valuesFile: values.yaml
|
||||
7
infrastructures/metallb/env/k3s-cluster/values.yaml
vendored
Normal file
7
infrastructures/metallb/env/k3s-cluster/values.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
namespaceOverride: "metallb-system"
|
||||
controller:
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
containerSecurityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
Reference in New Issue
Block a user