2024-05-06 14:01:09 -05:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
|
|
- ./helmrelease.yaml
|
|
|
|
configMapGenerator:
|
|
|
|
- name: kubelet-csr-approver-helm-values
|
|
|
|
files:
|
2024-09-04 13:35:14 -05:00
|
|
|
- values.yaml=./helm-values.yml
|
2024-05-06 14:01:09 -05:00
|
|
|
configurations:
|
|
|
|
- kustomizeconfig.yaml
|