monorepo lab stuff, init zen
This commit is contained in:
parent
cfc15bba89
commit
645e09f9dd
54 changed files with 67498 additions and 406 deletions
6
clusters/lab/crds/kustomization.yaml
Normal file
6
clusters/lab/crds/kustomization.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- sealed-secrets-release.yaml
|
||||
65842
clusters/lab/crds/prometheus-bundle.yaml
Normal file
65842
clusters/lab/crds/prometheus-bundle.yaml
Normal file
File diff suppressed because it is too large
Load diff
11
clusters/lab/crds/sealed-secrets-release.yaml
Normal file
11
clusters/lab/crds/sealed-secrets-release.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: sealed-secrets-controller
|
||||
namespace: kube-system
|
||||
spec:
|
||||
repo: https://bitnami-labs.github.io/sealed-secrets
|
||||
chart: sealed-secrets
|
||||
valuesContent: |-
|
||||
fullnameOverride: sealed-secrets-controller
|
||||
Loading…
Add table
Add a link
Reference in a new issue