split ingress-nginx-configmap
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./configmap.yaml
|
||||
11
infrastructures/ingress-nginx-configmap/env/k3s-cluster/config.json
vendored
Normal file
11
infrastructures/ingress-nginx-configmap/env/k3s-cluster/config.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"appName": "ingress-nginx-configmap",
|
||||
"userGivenName": "ingress-nginx-configmap",
|
||||
"destNamespace": "ingress-nginx",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "infrastructures/ingress-nginx-configmap/env/k3s-cluster",
|
||||
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
4
infrastructures/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
infrastructures/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
@@ -1,10 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./configmap.yaml
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
helmCharts:
|
||||
- name: ingress-nginx
|
||||
repo: https://kubernetes.github.io/ingress-nginx
|
||||
|
||||
Reference in New Issue
Block a user