add app cert manager

This commit is contained in:
2024-07-27 17:14:44 +10:00
parent e605349548
commit 5c8f285073
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: v1.15.1
releaseName: cert-manager
valuesFile: values.yaml

View File

@@ -0,0 +1,4 @@
global:
priorityClassName: system-cluster-critical
namespace: cert-manager
installCRDs: true

View File

@@ -0,0 +1,12 @@
{
"appName": "cert-manager",
"userGivenName": "cert-manager",
"namespace": "cert-manager",
"destNamespace": "cert-manager",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/cert-manager/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base